LeadAngles Class

class NXOpen.CAM.LeadAngles

Bases: NXOpen.TaggedObject

Represents 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 AtLeadingEdge

Returns:the lead angle at leading edge
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature AtLeadingEdge

Parameters: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 AtTrailingEdge

Returns:the lead angle at trailing edge
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature AtTrailingEdge

Parameters: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 ControlType

Returns:the lead angle control type
Return type:NXOpen.CAM.LeadAnglesControlTypes

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ControlType

Parameters:leadAngleType (NXOpen.CAM.LeadAnglesControlTypes) – the lead angle control type

New in version NX8.5.0.

License requirements: cam_base (“CAM BASE”)