NarrowDimensionPreferences Class¶
-
class
NXOpen.Annotations.NarrowDimensionPreferences¶ Bases:
NXOpen.TransientObjectRepresents narrow dimension preferences
New in version NX4.0.0.
Properties¶
| Property | Description |
|---|---|
| DimensionArrowheadType | Returns or sets the dimension arrowhead type when no space for normal arrowheads |
| DimensionDisplayOption | Returns or sets the dimension display option |
| DimensionLeaderAngle | Returns or sets the dimension leader angle |
| DimensionTextOffset | Returns or sets the dimension text offset |
| DimensionTextOrientation | Returns or sets the dimension text orientation |
Property Detail¶
DimensionArrowheadType¶
-
NarrowDimensionPreferences.DimensionArrowheadType¶ Returns or sets the dimension arrowhead type when no space for normal arrowheads
-------------------------------------Getter Method
Signature
DimensionArrowheadTypeReturns: Arrowhead type Return type: NXOpen.Annotations.ArrowheadTypeNew in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DimensionArrowheadTypeParameters: type ( NXOpen.Annotations.ArrowheadType) – New arrowhead typeNew in version NX4.0.0.
License requirements: None.
DimensionDisplayOption¶
-
NarrowDimensionPreferences.DimensionDisplayOption¶ Returns or sets the dimension display option
-------------------------------------Getter Method
Signature
DimensionDisplayOptionReturns: Display option Return type: NXOpen.Annotations.NarrowDisplayOptionNew in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DimensionDisplayOptionParameters: option ( NXOpen.Annotations.NarrowDisplayOption) – New display optionNew in version NX4.0.0.
License requirements: None.
DimensionLeaderAngle¶
-
NarrowDimensionPreferences.DimensionLeaderAngle¶ Returns or sets the dimension leader angle
-------------------------------------Getter Method
Signature
DimensionLeaderAngleReturns: Leader angle Return type: float New in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DimensionLeaderAngleParameters: leaderAngle (float) – New leader angle New in version NX4.0.0.
License requirements: None.
DimensionTextOffset¶
-
NarrowDimensionPreferences.DimensionTextOffset¶ Returns or sets the dimension text offset
-------------------------------------Getter Method
Signature
DimensionTextOffsetReturns: Text offset Return type: float New in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DimensionTextOffsetParameters: textOffset (float) – New text offset New in version NX4.0.0.
License requirements: None.
DimensionTextOrientation¶
-
NarrowDimensionPreferences.DimensionTextOrientation¶ Returns or sets the dimension text orientation
-------------------------------------Getter Method
Signature
DimensionTextOrientationReturns: Text orientation Return type: NXOpen.Annotations.NarrowTextOrientationNew in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DimensionTextOrientationParameters: textOrientation ( NXOpen.Annotations.NarrowTextOrientation) – New text orientationNew in version NX4.0.0.
License requirements: None.
Method Detail¶
Dispose¶
-
NarrowDimensionPreferences.Dispose¶ Frees the object from memory.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Signature
Dispose()New in version NX4.0.0.
License requirements: None.