NodeRotateBuilder Class¶
-
class
NXOpen.CAE.NodeRotateBuilder¶ Bases:
NXOpen.BuilderRepresents a
NXOpen.CAE.NodeRotateBuilderTo create a new instance of this class, use
NXOpen.CAE.NodeElementManager.CreateNodeRotateBuilder()New in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| Angle | Returns the angle |
| Axis | Returns or sets the axis |
| CopyOption | Returns or sets the copy option |
| DistanceOption | Returns or sets the distance option |
| Increment | Returns or sets the increment |
| Label | Returns or sets the label |
| LabelOption | Returns or sets the label option |
| Node | Returns the node |
| NumCopy | Returns or sets the num copy |
| Offset | Returns or sets the offset |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| Destroy | Deletes the builder, and cleans up any objects created by the builder. |
| GetCommittedObjects | For builders that create more than one object, this method returns the objects that are created by commit. |
| GetObject | Returns the object currently being edited by this builder. |
| ShowResults | Updates the model to reflect the result of an edit to the model for all builders that support showing results. |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| NodeRotateBuilderCopyType Enumeration | the copy types |
| NodeRotateBuilderDistanceType Enumeration | the distance types |
| NodeRotateBuilderLabelType Enumeration | the label types |
Property Detail¶
Angle¶
-
NodeRotateBuilder.Angle¶ Returns the angle
-------------------------------------Getter Method
Signature
AngleReturns: Return type: NXOpen.ExpressionNew in version NX5.0.0.
License requirements: None.
Axis¶
-
NodeRotateBuilder.Axis¶ Returns or sets the axis
-------------------------------------Getter Method
Signature
AxisReturns: Return type: NXOpen.AxisNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AxisParameters: axis ( NXOpen.Axis) –New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
CopyOption¶
-
NodeRotateBuilder.CopyOption¶ Returns or sets the copy option
-------------------------------------Getter Method
Signature
CopyOptionReturns: Return type: NXOpen.CAE.NodeRotateBuilderCopyTypeNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CopyOptionParameters: copyOption ( NXOpen.CAE.NodeRotateBuilderCopyType) –New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
DistanceOption¶
-
NodeRotateBuilder.DistanceOption¶ Returns or sets the distance option
-------------------------------------Getter Method
Signature
DistanceOptionReturns: Return type: NXOpen.CAE.NodeRotateBuilderDistanceTypeNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DistanceOptionParameters: distanceOption ( NXOpen.CAE.NodeRotateBuilderDistanceType) –New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
Increment¶
-
NodeRotateBuilder.Increment¶ Returns or sets the increment
-------------------------------------Getter Method
Signature
IncrementReturns: Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IncrementParameters: increment (int) – New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
Label¶
-
NodeRotateBuilder.Label¶ Returns or sets the label
-------------------------------------Getter Method
Signature
LabelReturns: Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LabelParameters: label (int) – New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
LabelOption¶
-
NodeRotateBuilder.LabelOption¶ Returns or sets the label option
-------------------------------------Getter Method
Signature
LabelOptionReturns: Return type: NXOpen.CAE.NodeRotateBuilderLabelTypeNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LabelOptionParameters: labelOption ( NXOpen.CAE.NodeRotateBuilderLabelType) –New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
Node¶
-
NodeRotateBuilder.Node¶ Returns the node
-------------------------------------Getter Method
Signature
NodeReturns: Return type: NXOpen.CAE.SelectFENodeListNew in version NX5.0.0.
License requirements: None.
NumCopy¶
-
NodeRotateBuilder.NumCopy¶ Returns or sets the num copy
-------------------------------------Getter Method
Signature
NumCopyReturns: Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NumCopyParameters: numCopy (int) – New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
Offset¶
-
NodeRotateBuilder.Offset¶ Returns or sets the offset
-------------------------------------Getter Method
Signature
OffsetReturns: Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OffsetParameters: offset (int) – New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
Method Detail¶
Validate¶
-
NodeRotateBuilder.Validate¶ Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.