Interface ICamApiSpatialCurveBuilder
Builder for a multi-knot spatial curve (polyline or spline) created via
ICamApiGeometryModelSketcher.StartPolyline / StartSpline. Append knot
points one by one with AddKnot, then call Finish to commit the curve to
the Job geometry sub-tree and receive the resulting tree node.
After Finish the builder is exhausted — further calls return an error.
Assembly: CAMAPI.GeomModel.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("DB3C8960-BDBE-4866-9F7B-2A0B639A21DA")]
public interface ICamApiSpatialCurveBuilder
Methods
AddKnot(TST3DPoint, out TResultStatus)
Declaration
void AddKnot(TST3DPoint P, out TResultStatus ret)
Parameters
Finish(out TResultStatus)
Declaration
ICAMAPIGeometryTreeNode Finish(out TResultStatus ret)
Parameters
Returns