TurnOrientWcs Class¶
-
class
NXOpen.CAM.TurnOrientWcs¶ Bases:
NXOpen.TaggedObjectRepresents an Turn Orient Wcs Builder
This is an abstract class, and cannot be instantiated.
New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| Tag | Returns the Tag for this object. |
| WcsOffset | Returns or sets the offset of the WCS origin |
| XcMapping | Returns or sets the XC mapping |
| YcMapping | Returns or sets the YC mapping |
Methods¶
Enumerations¶
| TurnOrientWcsXcMappingTypes Enumeration | the XC mapping types |
| TurnOrientWcsYcMappingTypes Enumeration | the YC mapping types |
Property Detail¶
WcsOffset¶
-
TurnOrientWcs.WcsOffset¶ Returns or sets the offset of the WCS origin
-------------------------------------Getter Method
Signature
WcsOffsetReturns: Offset of the WCS origin along the spindle axis Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
WcsOffsetParameters: wcsOffset (float) – Offset of the WCS origin along the spindle axis New in version NX7.5.0.
License requirements: None.
XcMapping¶
-
TurnOrientWcs.XcMapping¶ Returns or sets the XC mapping
-------------------------------------Getter Method
Signature
XcMappingReturns: XC mapping to an MCS axis Return type: NXOpen.CAM.TurnOrientWcsXcMappingTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
XcMappingParameters: xcMapping ( NXOpen.CAM.TurnOrientWcsXcMappingTypes) – XC mapping to an MCS axisNew in version NX7.5.0.
License requirements: None.
YcMapping¶
-
TurnOrientWcs.YcMapping¶ Returns or sets the YC mapping
-------------------------------------Getter Method
Signature
YcMappingReturns: YC mapping to an MCS axis Return type: NXOpen.CAM.TurnOrientWcsYcMappingTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
YcMappingParameters: ycMapping ( NXOpen.CAM.TurnOrientWcsYcMappingTypes) – YC mapping to an MCS axisNew in version NX7.5.0.
License requirements: None.