Interface ICamApiPolygonalPrismModelItem
Polygonal prism workpiece primitive item. XML type: TSimplePolygonalPrism.
A prism with a regular polygon cross-section (e.g. hexagonal bar stock).
Assembly: CAMAPI.ModelFormerTypes.dll
[Guid("2F6D0B95-83D9-42CA-AEFC-67F462B75844")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiPolygonalPrismModelItem
Properties
Rotation angle of the prism around its axis, in radians (read-only).
Declaration
Property Value
Declaration
TCylinderAxisType Axis { get; set; }
Property Value
Declaration
TST3DPoint Center { get; set; }
Property Value
Declaration
double HMax { get; set; }
Property Value
Declaration
double HMin { get; set; }
Property Value
Declaration
double InscribedR { get; set; }
Property Value
Number of side facets (min 3). Default 6 for hexagonal bar.
Declaration
int SideFacetCount { get; set; }
Property Value
Declaration
double Stock { get; set; }
Property Value