Class ModelFormerHelper
Inheritance
ModelFormerHelper
Assembly: CAMIPC.DotnetHelper.dll
public static class ModelFormerHelper
Methods
Declaration
public static int Count(this ComWrapper<ICamIpcModelFormer> modelFormerCom)
Parameters
Returns
Find an item by its full hierarchical name (matches ICamIpcModelItem.Caption).
For JA items created from geometry the FullName is the same path accepted by
ICamIpcGeomModel.FindByFullName (e.g. "Part\Part1.igs\Face6").
Declaration
public static ComWrapper<ICamIpcModelItem> FindByFullName(this ComWrapper<ICamIpcModelFormer> modelFormerCom, string fullName)
Parameters
Returns
Declaration
public static ComWrapper<ICamIpcModelItem> FindItem(this ComWrapper<ICamIpcModelFormer> modelFormerCom, string itemID)
Parameters
Returns
Declaration
public static ComWrapper<ICamIpcModelItem> Item(this ComWrapper<ICamIpcModelFormer> modelFormerCom, int index)
Parameters
Returns