OffsetDataBuilder Class¶
-
class
NXOpen.CAM.OffsetDataBuilder¶ Bases:
NXOpen.TaggedObjectRepresents the Offset Point Data Builder
New in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| OffsetDirection | Returns or sets the offsetDirection |
| OffsetDistance | Returns or sets the offsetDistance |
| OffsetType | Returns or sets the OffsetType |
| OffsetVector | Returns or sets the offsetVector |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| OffsetDataBuilderOffsetDirectionMethod Enumeration | the Offset Type |
Property Detail¶
OffsetDirection¶
-
OffsetDataBuilder.OffsetDirection¶ Returns or sets the offsetDirection
-------------------------------------Getter Method
Signature
OffsetDirectionReturns: Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OffsetDirectionParameters: offsetDirection (bool) – New in version NX6.0.0.
License requirements: None.
OffsetDistance¶
-
OffsetDataBuilder.OffsetDistance¶ Returns or sets the offsetDistance
-------------------------------------Getter Method
Signature
OffsetDistanceReturns: Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OffsetDistanceParameters: offsetDistance (float) – New in version NX6.0.0.
License requirements: None.
OffsetType¶
-
OffsetDataBuilder.OffsetType¶ Returns or sets the OffsetType
-------------------------------------Getter Method
Signature
OffsetTypeReturns: Return type: NXOpen.CAM.OffsetDataBuilderOffsetDirectionMethodNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OffsetTypeParameters: offsetType ( NXOpen.CAM.OffsetDataBuilderOffsetDirectionMethod) –New in version NX6.0.0.
License requirements: None.
OffsetVector¶
-
OffsetDataBuilder.OffsetVector¶ Returns or sets the offsetVector
-------------------------------------Getter Method
Signature
OffsetVectorReturns: Return type: NXOpen.DirectionNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OffsetVectorParameters: offsetVector ( NXOpen.Direction) –New in version NX6.0.0.
License requirements: None.