RPODimension Class¶
-
class
NXOpen.Features.RPODimension¶ Bases:
NXOpen.TransientObjectRepresents a RPO Dimension.
To create a new instance of this class, use
NXOpen.Features.RPOBuilder.CreateDimension()New in version NX4.0.0.
Properties¶
| Property | Description |
|---|---|
| Expression | Returns the expression of the dimension. |
| Subtype | Returns or sets the subtype of the dimension. |
| Target | Returns or sets the targe of the dimension. |
| TargetAssociativity | Returns or sets the target associativity. |
| TargetPoint | Returns or sets the target point of dimension. |
| Tool | Returns or sets the tool of the dimension. |
| ToolAssociativity | Returns or sets the tool associativity. |
| ToolPoint | Returns or sets the tool point of dimension. |
Methods¶
| Method | Description |
|---|---|
| Dispose | Frees the object from memory. |
| SetExpression | Sets the expression of the dimension. |
Property Detail¶
Expression¶
-
RPODimension.Expression¶ Returns the expression of the dimension.
-------------------------------------Getter Method
Signature
ExpressionReturns: expression of dimension Return type: NXOpen.ExpressionNew in version NX4.0.0.
License requirements: None.
Subtype¶
-
RPODimension.Subtype¶ Returns or sets the subtype of the dimension.
-------------------------------------Getter Method
Signature
SubtypeReturns: Subtype of the dimension Return type: NXOpen.PositioningDimensionSubtypeNew in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SubtypeParameters: subtype ( NXOpen.PositioningDimensionSubtype) – Subtype of the dimensionNew in version NX4.0.0.
License requirements: None.
Target¶
-
RPODimension.Target¶ Returns or sets the targe of the dimension.
-------------------------------------Getter Method
Signature
TargetReturns: target of dimension Return type: NXOpen.NXObjectNew in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TargetParameters: target ( NXOpen.NXObject) – target of dimensionNew in version NX4.0.0.
License requirements: None.
TargetAssociativity¶
-
RPODimension.TargetAssociativity¶ Returns or sets the target associativity.
-------------------------------------Getter Method
Signature
TargetAssociativityReturns: target associativity Return type: NXOpen.Features.AssociativityTypeNew in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TargetAssociativityParameters: targetAssociativity ( NXOpen.Features.AssociativityType) – target associativityNew in version NX4.0.0.
License requirements: None.
TargetPoint¶
-
RPODimension.TargetPoint¶ Returns or sets the target point of dimension.
-------------------------------------Getter Method
Signature
TargetPointReturns: target point of dimension Return type: NXOpen.Point3dNew in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TargetPointParameters: referencePoint1 ( NXOpen.Point3d) – target point of dimensionNew in version NX4.0.0.
License requirements: None.
Tool¶
-
RPODimension.Tool¶ Returns or sets the tool of the dimension.
-------------------------------------Getter Method
Signature
ToolReturns: tool of dimension Return type: NXOpen.NXObjectNew in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToolParameters: tool ( NXOpen.NXObject) – tool of dimensionNew in version NX4.0.0.
License requirements: None.
ToolAssociativity¶
-
RPODimension.ToolAssociativity¶ Returns or sets the tool associativity.
-------------------------------------Getter Method
Signature
ToolAssociativityReturns: tool associativity Return type: NXOpen.Features.AssociativityTypeNew in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToolAssociativityParameters: toolAssociativity ( NXOpen.Features.AssociativityType) – tool associativityNew in version NX4.0.0.
License requirements: None.
ToolPoint¶
-
RPODimension.ToolPoint¶ Returns or sets the tool point of dimension.
-------------------------------------Getter Method
Signature
ToolPointReturns: tool point of dimension Return type: NXOpen.Point3dNew in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToolPointParameters: referencePoint2 ( NXOpen.Point3d) – tool point of dimensionNew in version NX4.0.0.
License requirements: None.