NodeProjectBuilder Class

class NXOpen.CAE.NodeProjectBuilder

Bases: NXOpen.Builder

Represents a NXOpen.CAE.NodeProjectBuilder

To create a new instance of this class, use NXOpen.CAE.NodeElementManager.CreateNodeProjectBuilder()

New in version NX8.5.0.

Properties

Property Description
CopyOption Returns or sets the copy option
Geometry Returns the geometry on which projection will happen
Increment Returns or sets the increment
Label Returns or sets the label
LabelOption Returns or sets the label option
MethodOption Returns or sets the method option
Nodes Returns the selected nodes to be extruded
Offset Returns or sets the offset
PercentOffset Returns or sets the percent offset
Tag Returns the Tag for this object.
Tolerance Returns or sets the projection tolerance
Vector Returns or sets the vector along which projection will happen

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

NodeProjectBuilderLabelType Enumeration Option to use label/increment or offset
NodeProjectBuilderNodeProjectTypes Enumeration Represents the node project types
NodeProjectBuilderProjectionMethodType Enumeration Represents Projection Method

Property Detail

CopyOption

NodeProjectBuilder.CopyOption

Returns or sets the copy option

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

Getter Method

Signature CopyOption

Returns:
Return type:NXOpen.CAE.NodeProjectBuilderNodeProjectTypes

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature CopyOption

Parameters:methodOption (NXOpen.CAE.NodeProjectBuilderNodeProjectTypes) –

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Geometry

NodeProjectBuilder.Geometry

Returns the geometry on which projection will happen

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

Getter Method

Signature Geometry

Returns:
Return type:NXOpen.SelectTaggedObject

New in version NX8.5.0.

License requirements: None.

Increment

NodeProjectBuilder.Increment

Returns or sets the increment

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

Getter Method

Signature Increment

Returns:
Return type:int

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature Increment

Parameters:increment (int) –

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Label

NodeProjectBuilder.Label

Returns or sets the label

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

Getter Method

Signature Label

Returns:
Return type:int

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature Label

Parameters:label (int) –

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

LabelOption

NodeProjectBuilder.LabelOption

Returns or sets the label option

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

Getter Method

Signature LabelOption

Returns:
Return type:NXOpen.CAE.NodeProjectBuilderLabelType

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature LabelOption

Parameters:labelOption (NXOpen.CAE.NodeProjectBuilderLabelType) –

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

MethodOption

NodeProjectBuilder.MethodOption

Returns or sets the method option

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

Getter Method

Signature MethodOption

Returns:
Return type:NXOpen.CAE.NodeProjectBuilderProjectionMethodType

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature MethodOption

Parameters:methodOption (NXOpen.CAE.NodeProjectBuilderProjectionMethodType) –

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Nodes

NodeProjectBuilder.Nodes

Returns the selected nodes to be extruded

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

Getter Method

Signature Nodes

Returns:
Return type:NXOpen.CAE.SelectFENodeList

New in version NX8.5.0.

License requirements: None.

Offset

NodeProjectBuilder.Offset

Returns or sets the offset

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

Getter Method

Signature Offset

Returns:
Return type:int

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature Offset

Parameters:offset (int) –

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

PercentOffset

NodeProjectBuilder.PercentOffset

Returns or sets the percent offset

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

Getter Method

Signature PercentOffset

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature PercentOffset

Parameters:percentOffset (float) –

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Tolerance

NodeProjectBuilder.Tolerance

Returns or sets the projection tolerance

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

Getter Method

Signature Tolerance

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature Tolerance

Parameters:tol (float) –

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Vector

NodeProjectBuilder.Vector

Returns or sets the vector along which projection will happen

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

Getter Method

Signature Vector

Returns:
Return type:NXOpen.Direction

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature Vector

Parameters:vector (NXOpen.Direction) –

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Method Detail

Validate

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