Interface ICamIpcGeometryEntity
Assembly: CAMIPC.GeomModel.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("C4BA0DC4-FF64-4C11-9A7D-191E80DBC715")]
public interface ICamIpcGeometryEntity
Properties
Color
Declaration
Property Value
EntityClass
Class name of geometry entity
Declaration
string EntityClass { get; }
Property Value
EntityType
Declaration
TCAMAPIGeometryEntityType EntityType { get; }
Property Value
ParentColor
Color of parent geometry entity
Declaration
bool ParentColor { get; set; }
Property Value
UpdateStamp
Update stamp of geometry entity
Declaration
long UpdateStamp { get; }
Property Value
Methods
GetBoundBox(TST3DMatrix, ref TExecuteContext)
Declaration
TST3DBox GetBoundBox(TST3DMatrix LCS, ref TExecuteContext ExecuteContext)
Parameters
Returns
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns