RadiusDimension Class¶
-
class
NXOpen.BlockStyler.RadiusDimension¶ Bases:
NXOpen.BlockStyler.UIBlockRepresents a Radius Dimension block
New in version NX8.5.0.
Properties¶
| Property | Description |
|---|---|
| AdaptiveScaleLimits | Returns or sets the AdaptiveScaleLimits. |
| BalloonTooltipImage | Returns or sets the BalloonTooltipImage |
| BalloonTooltipLayoutAsString | Returns or sets the BalloonTooltipLayout as string |
| BalloonTooltipText | Returns or sets the BalloonTooltipText |
| Enable | Returns or sets the Enable. |
| Expanded | Returns or sets the Expanded |
| ExpressionObject | Returns or sets the ExpressionObject |
| Formula | Returns or sets the Formula |
| Group | Returns or sets the Group |
| HandleOrientation | Returns or sets the HandleOrientation |
| HandleOrigin | Returns or sets the HandleOrigin |
| Label | Returns or sets the Label |
| LineIncrement | Returns or sets the LineIncrement value. |
| MaxInclusive | Returns or sets the MaxInclusive |
| MaximumValue | Returns or sets the MaximumValue |
| MinInclusive | Returns or sets the MinInclusive |
| MinimumValue | Returns or sets the MinimumValue |
| Name | Returns the name of the block or BlockID |
| PageIncrement | Returns or sets the PageIncrement value. |
| Show | Returns or sets the Visibility of block. |
| ShowFocusHandle | Returns or sets the ShowFocusHandle |
| ShowHandle | Returns or sets the ShowHandle |
| SnapPointTypesOnByDefault | Returns or sets the SnapPointTypesOnByDefault |
| Tag | Returns the Tag for this object. |
| Type | Returns the type of block |
| Units | Returns or sets the Units |
| Value | Returns or sets the Value. |
| WithScale | Returns or sets the WithScale |
Methods¶
| Method | Description |
|---|---|
| Focus | Focuses on the block. |
| GetBalloonTooltipLayoutMembers | Gets the BalloonTooltipLayout member |
| GetProperties | Returns the properties of the block |
Property Detail¶
AdaptiveScaleLimits¶
-
RadiusDimension.AdaptiveScaleLimits¶ Returns or sets the AdaptiveScaleLimits.
If true, indicates that the scale should be adaptive.
-------------------------------------Getter Method
Signature
AdaptiveScaleLimitsReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AdaptiveScaleLimitsParameters: scaleLimits (bool) – New in version NX9.0.0.
License requirements: None.
BalloonTooltipImage¶
-
RadiusDimension.BalloonTooltipImage¶ Returns or sets the BalloonTooltipImage
-------------------------------------Getter Method
Signature
BalloonTooltipImageReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BalloonTooltipImageParameters: imageString (str) – New in version NX8.5.0.
License requirements: None.
BalloonTooltipLayoutAsString¶
-
RadiusDimension.BalloonTooltipLayoutAsString¶ Returns or sets the BalloonTooltipLayout as string
-------------------------------------Getter Method
Signature
BalloonTooltipLayoutAsStringReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BalloonTooltipLayoutAsStringParameters: enumString (str) – New in version NX8.5.0.
License requirements: None.
BalloonTooltipText¶
-
RadiusDimension.BalloonTooltipText¶ Returns or sets the BalloonTooltipText
-------------------------------------Getter Method
Signature
BalloonTooltipTextReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BalloonTooltipTextParameters: balloonTooltipText (str) – New in version NX8.5.0.
License requirements: None.
ExpressionObject¶
-
RadiusDimension.ExpressionObject¶ Returns or sets the ExpressionObject
-------------------------------------Getter Method
Signature
ExpressionObjectReturns: Return type: NXOpen.TaggedObjectNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ExpressionObjectParameters: expressionObj ( NXOpen.TaggedObject) –New in version NX8.5.0.
License requirements: None.
Formula¶
-
RadiusDimension.Formula¶ Returns or sets the Formula
-------------------------------------Getter Method
Signature
FormulaReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FormulaParameters: formula (str) – New in version NX8.5.0.
License requirements: None.
HandleOrientation¶
-
RadiusDimension.HandleOrientation¶ Returns or sets the HandleOrientation
-------------------------------------Getter Method
Signature
HandleOrientationReturns: Return type: NXOpen.Vector3dNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HandleOrientationParameters: orientation ( NXOpen.Vector3d) –New in version NX8.5.0.
License requirements: None.
HandleOrigin¶
-
RadiusDimension.HandleOrigin¶ Returns or sets the HandleOrigin
-------------------------------------Getter Method
Signature
HandleOriginReturns: Return type: NXOpen.Point3dNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HandleOriginParameters: handleOrogin ( NXOpen.Point3d) –New in version NX8.5.0.
License requirements: None.
LineIncrement¶
-
RadiusDimension.LineIncrement¶ Returns or sets the LineIncrement value.
Specifies the increment/decrement when the user presses the arrow keys on the keyboard. Only available when PresentationStyle is set to Scale or ScaleKeyin.
-------------------------------------Getter Method
Signature
LineIncrementReturns: Return type: float New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LineIncrementParameters: lineIncrement (float) – New in version NX9.0.0.
License requirements: None.
MaxInclusive¶
-
RadiusDimension.MaxInclusive¶ Returns or sets the MaxInclusive
-------------------------------------Getter Method
Signature
MaxInclusiveReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MaxInclusiveParameters: maxInclusive (bool) – New in version NX8.5.0.
License requirements: None.
MaximumValue¶
-
RadiusDimension.MaximumValue¶ Returns or sets the MaximumValue
-------------------------------------Getter Method
Signature
MaximumValueReturns: Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MaximumValueParameters: maxValue (float) – New in version NX8.5.0.
License requirements: None.
MinInclusive¶
-
RadiusDimension.MinInclusive¶ Returns or sets the MinInclusive
-------------------------------------Getter Method
Signature
MinInclusiveReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MinInclusiveParameters: minInclusive (bool) – New in version NX8.5.0.
License requirements: None.
MinimumValue¶
-
RadiusDimension.MinimumValue¶ Returns or sets the MinimumValue
-------------------------------------Getter Method
Signature
MinimumValueReturns: Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MinimumValueParameters: minValue (float) – New in version NX8.5.0.
License requirements: None.
PageIncrement¶
-
RadiusDimension.PageIncrement¶ Returns or sets the PageIncrement value.
Specifies the increment/decrement when the user presses the Page Up or Page Down keys on the keyboard. Only available when PresentationStyle is set to Scale or ScaleKeyin.
-------------------------------------Getter Method
Signature
PageIncrementReturns: Return type: float New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PageIncrementParameters: pageIncrement (float) – New in version NX9.0.0.
License requirements: None.
ShowFocusHandle¶
-
RadiusDimension.ShowFocusHandle¶ Returns or sets the ShowFocusHandle
-------------------------------------Getter Method
Signature
ShowFocusHandleReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowFocusHandleParameters: showFocus (bool) – New in version NX8.5.0.
License requirements: None.
ShowHandle¶
-
RadiusDimension.ShowHandle¶ Returns or sets the ShowHandle
-------------------------------------Getter Method
Signature
ShowHandleReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowHandleParameters: showHandle (bool) – New in version NX8.5.0.
License requirements: None.
SnapPointTypesOnByDefault¶
-
RadiusDimension.SnapPointTypesOnByDefault¶ Returns or sets the SnapPointTypesOnByDefault
-------------------------------------Getter Method
Signature
SnapPointTypesOnByDefaultReturns: Return type: int New in version NX8.5.0.
Deprecated since version NX9.0.0: This call can be safely removed as this is now a no-op.
License requirements: None.
-------------------------------------Setter Method
Signature
SnapPointTypesOnByDefaultParameters: pointType (int) – New in version NX8.5.0.
Deprecated since version NX9.0.0: This call can be safely removed as this is now a no-op.
License requirements: None.
Units¶
-
RadiusDimension.Units¶ Returns or sets the Units
-------------------------------------Getter Method
Signature
UnitsReturns: Return type: NXOpen.TaggedObjectNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UnitsParameters: units ( NXOpen.TaggedObject) –New in version NX8.5.0.
License requirements: None.
Value¶
-
RadiusDimension.Value¶ Returns or sets the Value.
-------------------------------------Getter Method
Signature
ValueReturns: Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ValueParameters: dimensionValue (float) – New in version NX8.5.0.
License requirements: None.
WithScale¶
-
RadiusDimension.WithScale¶ Returns or sets the WithScale
-------------------------------------Getter Method
Signature
WithScaleReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
WithScaleParameters: withScale (bool) – New in version NX8.5.0.
License requirements: None.