Interface ICamApiFaceModelItem
Assembly: CAMAPI.ModelFormerTypes.dll
[Guid("61E0F21D-0061-4A36-AC07-A96A9A255232")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiFaceModelItem : ICamApiModelItem
Properties
Declaration
string Caption { get; set; }
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
Type |
Description |
System.Guid |
|
Declaration
TModelItemType ItemType { get; }
Property Value
Declaration
Property Value
Type |
Description |
System.Guid |
|
Methods
Declaration
void AddFaces(ICamApiFaceList FaceList)
Parameters
Declaration