LeadAngles Class¶
-
class
NXOpen.CAM.LeadAngles¶ Bases:
NXOpen.TaggedObjectRepresents a lead angles
New in version NX8.5.0.
Properties¶
| Property | Description |
|---|---|
| AtLeadingEdge | Returns or sets the lead angle at leading edge |
| AtTrailingEdge | Returns or sets the lead angle at trailing edge |
| ControlType | Returns or sets the lead angle control type |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| LeadAnglesControlTypes Enumeration | Available types for lead angle control type |
Property Detail¶
AtLeadingEdge¶
-
LeadAngles.AtLeadingEdge¶ Returns or sets the lead angle at leading edge
-------------------------------------Getter Method
Signature
AtLeadingEdgeReturns: the lead angle at leading edge Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AtLeadingEdgeParameters: leadAngle (float) – the lead angle at leading edge New in version NX8.5.0.
License requirements: cam_base (“CAM BASE”)
AtTrailingEdge¶
-
LeadAngles.AtTrailingEdge¶ Returns or sets the lead angle at trailing edge
-------------------------------------Getter Method
Signature
AtTrailingEdgeReturns: the lead angle at trailing edge Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AtTrailingEdgeParameters: leadAngle (float) – the lead angle at trailing edge New in version NX8.5.0.
License requirements: cam_base (“CAM BASE”)
ControlType¶
-
LeadAngles.ControlType¶ Returns or sets the lead angle control type
-------------------------------------Getter Method
Signature
ControlTypeReturns: the lead angle control type Return type: NXOpen.CAM.LeadAnglesControlTypesNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ControlTypeParameters: leadAngleType ( NXOpen.CAM.LeadAnglesControlTypes) – the lead angle control typeNew in version NX8.5.0.
License requirements: cam_base (“CAM BASE”)