Interface ICAMAPIGeometryEntity
Assembly: CAMAPI.GeomModel.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("F567A029-5EB5-4CE8-9C5D-EFA59F99F104")]
public interface ICAMAPIGeometryEntity
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, out TResultStatus)
Declaration
TST3DBox GetBoundBox(TST3DMatrix LCS, out TResultStatus ret)
Parameters
Returns