TurnCornerControl Class¶
-
class
NXOpen.CAM.TurnCornerControl¶ Bases:
NXOpen.TaggedObjectRepresents a first plunge ja
New in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| MinAngle | Returns or sets the minimum angle |
| Radius | Returns or sets the Corner Control radius |
| Tag | Returns the Tag for this object. |
| Type | Returns or sets the Corner Control Types |
Methods¶
Enumerations¶
| TurnCornerControlTypes Enumeration | the Corner Control Types options |
Property Detail¶
MinAngle¶
-
TurnCornerControl.MinAngle¶ Returns or sets the minimum angle
-------------------------------------Getter Method
Signature
MinAngleReturns: Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MinAngleParameters: doubleValue (float) – the the minimum angle New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
Radius¶
-
TurnCornerControl.Radius¶ Returns or sets the Corner Control radius
-------------------------------------Getter Method
Signature
RadiusReturns: Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RadiusParameters: doubleValue (float) – New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
Type¶
-
TurnCornerControl.Type¶ Returns or sets the Corner Control Types
-------------------------------------Getter Method
Signature
TypeReturns: the Corner Control Types Return type: NXOpen.CAM.TurnCornerControlTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TypeParameters: cornerType ( NXOpen.CAM.TurnCornerControlTypes) –New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)