Namespace CADAPI.Feature
Interfaces
ICadApiExtrudeFeature
Extrude feature — builds a 3D body by sweeping a sketch face along
the sketch's normal. Mirrors GeCAD IExtrudeFeature.
Obtained from ICadApiModel.AddExtrude.
ICadApiFeature
A node in the CAD model's feature tree — one parametric step of
construction (import, sketch, extrude, fillet, …). Mirrors GeCAD
ICADFeature. Cast to a concrete sub-interface (e.g.
ICadApiExtrudeFeature) via QueryInterface to access
type-specific parameters.