Interface ICamApiLineModelItem
Assembly: CAMAPI.ModelFormerTypes.dll
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B742F08F-F67B-4685-AE3A-4363150E6FE0")]
public interface ICamApiLineModelItem : 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
TST3DPoint P1 { get; set; }
Property Value
Declaration
TST3DPoint P2 { get; set; }
Property Value
Declaration
Property Value
Type |
Description |
System.Guid |
|
Methods
Declaration