Class CadApiExtrudeFeatureHelper
Helper extensions for ICadIpcExtrudeFeature.
Inherited Members
Namespace: CADIPC.DotnetHelper
Assembly: CADIPC.DotnetHelper.dll
Syntax
public static class CadApiExtrudeFeatureHelper
Methods
Depth(ComWrapper<ICadIpcExtrudeFeature>)
Signed height of the extrusion measured from the sketch plane along the sketch normal.
Declaration
public static double Depth(this ComWrapper<ICadIpcExtrudeFeature> extCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICadIpcExtrudeFeature> | extCom |
Returns
| Type | Description |
|---|---|
| double |
SetDepth(ComWrapper<ICadIpcExtrudeFeature>, double)
Set extrusion depth. Call Save on the owning model to materialise.
Declaration
public static void SetDepth(this ComWrapper<ICadIpcExtrudeFeature> extCom, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICadIpcExtrudeFeature> | extCom | |
| double | value |