Namespace CAMIPC.GeomModel
Interfaces
ICamIpcCSGeometryEntity
Geometry entity as coordinate system (etCS)
ICamIpcCurveGeometryEntity
Geometry entity as curve (etCurve)
ICamIpcFaceGeometryEntity
Geometry entity as face (etFace)
ICamIpcGeometryEntity
Geometry entity
ICamIpcGeometryModel
Geometry full model
ICamIpcGeometryModelSketcher
IPC mirror of ICamApiGeometryModelSketcher. Creates primitive geometry (Point, Line, Normal Line, Polyline, Spline) in the Job geometry sub-tree of a geometry model. Obtain via IPC_COMMAND_CAST from ICamIpcGeometryModel. Mirrors the Point / Line / Normal / Polyline / Spline buttons of the model-window sketch toolbar.
ICamIpcGeometryTreeNode
Node of geometry tree
ICamIpcGeometryTreeNodeIterator
Iterator for geometry tree nodes
ICamIpcSpatialCurveBuilder
IPC mirror of ICamApiSpatialCurveBuilder. Builder for a multi-knot spatial curve (polyline or spline) created via ICamIpcGeometryModelSketcher. StartPolyline / StartSpline. Append knot points 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 raise an exception on the server.
ICamIpcTurnGeneratrixExtractor
Generatrix extractor