Class GeometryEntityHelper
Inheritance
GeometryEntityHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class GeometryEntityHelper
Methods
Color(ComWrapper<ICAMAPIGeometryEntity>)
Declaration
public static int Color(this ComWrapper<ICAMAPIGeometryEntity> geomCom)
Parameters
Returns
EntityClass(ComWrapper<ICAMAPIGeometryEntity>)
Class name of geometry entity
Declaration
public static string EntityClass(this ComWrapper<ICAMAPIGeometryEntity> geomCom)
Parameters
Returns
EntityType(ComWrapper<ICAMAPIGeometryEntity>)
Declaration
public static TCAMAPIGeometryEntityType EntityType(this ComWrapper<ICAMAPIGeometryEntity> geomCom)
Parameters
Returns
GetBoundBox(ComWrapper<ICAMAPIGeometryEntity>, TST3DMatrix)
Get bound box of geometry entity
Declaration
public static TST3DBox GetBoundBox(this ComWrapper<ICAMAPIGeometryEntity> geomCom, TST3DMatrix lcs)
Parameters
Returns
ParentColor(ComWrapper<ICAMAPIGeometryEntity>)
Color of parent geometry entity
Declaration
public static bool ParentColor(this ComWrapper<ICAMAPIGeometryEntity> geomCom)
Parameters
Returns
SetColor(ComWrapper<ICAMAPIGeometryEntity>, int)
Set color of geometry entity
Declaration
public static void SetColor(this ComWrapper<ICAMAPIGeometryEntity> geomCom, int value)
Parameters
SetParentColor(ComWrapper<ICAMAPIGeometryEntity>, bool)
Set color of parent geometry entity
Declaration
public static void SetParentColor(this ComWrapper<ICAMAPIGeometryEntity> geomCom, bool value)
Parameters
UpdateStamp(ComWrapper<ICAMAPIGeometryEntity>)
Update stamp of geometry entity
Declaration
public static long UpdateStamp(this ComWrapper<ICAMAPIGeometryEntity> geomCom)
Parameters
Returns