ContourAngle Class

class NXOpen.CAM.ContourAngle

Bases: NXOpen.TaggedObject

Represents a NXOpen.CAM.ContourAngle

New in version NX6.0.0.

Properties

Property Description
Maximum Returns or sets the maximum face angle
Minimum Returns or sets the minimum face angle
Tag Returns the Tag for this object.

Methods

Property Detail

Maximum

ContourAngle.Maximum

Returns or sets the maximum face angle

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

Getter Method

Signature Maximum

Returns:the maximum face angle
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Maximum

Parameters:maxAngle (float) – the maximum face angle

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

Minimum

ContourAngle.Minimum

Returns or sets the minimum face angle

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

Getter Method

Signature Minimum

Returns:the minimum face angle
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Minimum

Parameters:minAngle (float) – the minimum face angle

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)