NodeRotateBuilder Class

class NXOpen.CAE.NodeRotateBuilder

Bases: NXOpen.Builder

Represents a NXOpen.CAE.NodeRotateBuilder

To 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.

Property Detail

Angle

NodeRotateBuilder.Angle

Returns the angle

-------------------------------------

Getter Method

Signature Angle

Returns:
Return type:NXOpen.Expression

New in version NX5.0.0.

License requirements: None.

Axis

NodeRotateBuilder.Axis

Returns or sets the axis

-------------------------------------

Getter Method

Signature Axis

Returns:
Return type:NXOpen.Axis

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Axis

Parameters: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 CopyOption

Returns:
Return type:NXOpen.CAE.NodeRotateBuilderCopyType

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature CopyOption

Parameters: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 DistanceOption

Returns:
Return type:NXOpen.CAE.NodeRotateBuilderDistanceType

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DistanceOption

Parameters: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 Increment

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Increment

Parameters: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 Label

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Label

Parameters: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 LabelOption

Returns:
Return type:NXOpen.CAE.NodeRotateBuilderLabelType

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature LabelOption

Parameters: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 Node

Returns:
Return type:NXOpen.CAE.SelectFENodeList

New in version NX5.0.0.

License requirements: None.

NumCopy

NodeRotateBuilder.NumCopy

Returns or sets the num copy

-------------------------------------

Getter Method

Signature NumCopy

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature NumCopy

Parameters: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 Offset

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Offset

Parameters: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.