Namespace CADAPI.Model
Interfaces
ICadApiArc
An arc or circle entity in a 2D sketch.
ICadApiLine
A line segment entity in a 2D sketch.
ICadApiModel
CAD model of a single CAD-typed node in the CAM geometry tree. Mirrors GeCAD ICADModel: the root container of bodies, faces, curves, sketches and features inside one CAD node, and at the same time the entry point for adding new geometry to that node. Obtain via ICAMAPIGeometryTreeNode.GetCadApiModel.
ICadApiPoint
A point entity in a 2D sketch.
ICadApiSegment
A raw 2D segment (line, arc or circle) in a sketch IGS model.
ICadApiSketch
2D sketch inside a CAD model. Mirrors GeCAD ICADSketch — the container of lines, arcs and circles drawn on a plane. Obtain via ICadApiModel.AddSketch (just-created) or ICAMAPIGeometryTreeNode.GetCadApiSketch (existing tree node).
ICadApiSketchContour
A closed contour in a sketch (GeCAD ISketchContour level).
ICadApiSketchFace
A planar face inside a sketch — a closed region bounded by one outer
contour and zero or more inner contours (holes). The unit that can be
fed into AddExtrude / AddRevolve / AddSweep.
Mirrors GeCAD ISketchFace.