Class SpatialCurveBuilderHelper
Helper methods for ICamIpcSpatialCurveBuilder
Inherited Members
Namespace: CAMIPC.DotnetHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class SpatialCurveBuilderHelper
Methods
AddKnot(ComWrapper<ICamIpcSpatialCurveBuilder>, TST3DPoint)
Append a knot point to the in-progress curve
Declaration
public static void AddKnot(this ComWrapper<ICamIpcSpatialCurveBuilder> builderCom, TST3DPoint p)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcSpatialCurveBuilder> | builderCom | |
| TST3DPoint | p |
Finish(ComWrapper<ICamIpcSpatialCurveBuilder>)
Commit accumulated knots and insert the curve into the geometry tree. After a successful call the builder is exhausted.
Declaration
public static ComWrapper<ICamIpcGeometryTreeNode> Finish(this ComWrapper<ICamIpcSpatialCurveBuilder> builderCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcSpatialCurveBuilder> | builderCom |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcGeometryTreeNode> |