VerticalPosition Class¶
-
class
NXOpen.CAM.VerticalPosition¶ Bases:
NXOpen.TaggedObjectRepresents a VerticalPosition Builder
New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| Distance | Returns or sets the distance |
| OffsetType | Returns or sets the offset type |
| Tag | Returns the Tag for this object. |
| TeethNumber | Returns or sets the teeth number |
Methods¶
Enumerations¶
| VerticalPositionOffsetTypes Enumeration | offset options |
Property Detail¶
Distance¶
-
VerticalPosition.Distance¶ Returns or sets the distance
-------------------------------------Getter Method
Signature
DistanceReturns: the distance Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DistanceParameters: distance (float) – the distance New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
OffsetType¶
-
VerticalPosition.OffsetType¶ Returns or sets the offset type
-------------------------------------Getter Method
Signature
OffsetTypeReturns: the offset type Return type: NXOpen.CAM.VerticalPositionOffsetTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OffsetTypeParameters: newValue ( NXOpen.CAM.VerticalPositionOffsetTypes) – the offset typeNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
TeethNumber¶
-
VerticalPosition.TeethNumber¶ Returns or sets the teeth number
-------------------------------------Getter Method
Signature
TeethNumberReturns: the teeth number Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TeethNumberParameters: teethNumber (float) – the teeth number New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)