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