ContourAngle Class¶
-
class
NXOpen.CAM.ContourAngle¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.CAM.ContourAngleNew 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
MaximumReturns: the maximum face angle Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MaximumParameters: 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
MinimumReturns: the minimum face angle Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MinimumParameters: minAngle (float) – the minimum face angle New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)