Interface ICamApiModelItem
Assembly: CAMAPI.ModelFormerTypes.dll
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("4E798697-444E-49FE-BEF7-F0DAB700B645")]
public interface ICamApiModelItem
Properties
User-visible name of the item. For Job Assignment items created from geometry
(Curves2D, Faces, Holes, …) this holds the full hierarchical path of the source
geom node (e.g. "Part\Part1.igs\Face6"), i.e. the same value that
ICamApiGeomModel.FindByFullName accepts. ICamApiModelFormer.FindByFullName matches
against this field.
Declaration
string Caption { get; set; }
Property Value
Declaration
string ClassName { get; }
Property Value
Declaration
Property Value
Declaration
bool IsEmpty { get; set; }
Property Value
Declaration
bool IsRemovable { get; set; }
Property Value
Declaration
bool IsVisible { get; set; }
Property Value
Declaration
Property Value
Declaration
TModelItemType ItemType { get; }
Property Value
Declaration
TModelItemRole Role { get; }
Property Value
Declaration
Property Value
Methods
Declaration