Interface ICamApiSolidModelItem
Model item representing a sewn solid built from selected faces
(added via ICamApiModelFormerWithSolid.AddSolidSelected on a workpiece former).
Exposes all 4 editable properties of TSolidItem so the caller does not need to QI to
ICamApiFaceModelItem just to read/write Stock — Stock here delegates to the inherited
TFacesItem.Stock, both interfaces stay valid on the same instance.
Assembly: CAMAPI.ModelFormerTypes.dll
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("6F5C9A02-2D04-4F3B-9C12-2A8E1C64B3E5")]
public interface ICamApiSolidModelItem
Methods
Z-level used as the bottom of the solid (only effective when UseBottomLevel = true).
Declaration
Returns
Tolerance used when sewing the selected faces into a solid.
Declaration
Returns
Machining stock offset (inherited from TFacesItem; mirror of ICamApiFaceModelItem.Stock).
Declaration
Returns
When true, the solid is closed at BottomLevel; when false, the natural bottom of the faces is used.
Declaration
Returns
Declaration
void SetBottomLevel(double Value, out TResultStatus ResultStatus)
Parameters
Declaration
void SetSewTolerance(double Value, out TResultStatus ResultStatus)
Parameters
Declaration
void SetStock(double Value, out TResultStatus ResultStatus)
Parameters
Declaration
void SetUseBottomLevel(bool Value, out TResultStatus ResultStatus)
Parameters