Class CadApiFeatureHelper
Inheritance
CadApiFeatureHelper
Assembly: CADIPC.DotnetHelper.dll
Syntax
public static class CadApiFeatureHelper
Methods
Caption(ComWrapper<ICadIpcFeature>)
Human-readable caption shown in the feature tree.
Declaration
public static string Caption(this ComWrapper<ICadIpcFeature> featCom)
Parameters
Returns
Id(ComWrapper<ICadIpcFeature>)
Stable string handle inside the feature tree (e.g. "E1", "S1").
Declaration
public static string Id(this ComWrapper<ICadIpcFeature> featCom)
Parameters
Returns
TypeId(ComWrapper<ICadIpcFeature>)
GeCAD-side type identifier (e.g. "#GeCAD.Extrude", "#GeCAD.Sketch").
Declaration
public static string TypeId(this ComWrapper<ICadIpcFeature> featCom)
Parameters
Returns