NodesOnCurveBuilder Class

class NXOpen.CAE.NodesOnCurveBuilder

Bases: NXOpen.Builder

Represents a NXOpen.CAE.NodesOnCurveBuilder

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

New in version NX5.0.0.

Properties

Property Description
Distance Returns the distance
Edge Returns the edge
Geom Returns the selected geometry, on which nodes will be created.
Increment Returns or sets the increment
IsClosedCurve Returns or sets the closedCurve
Label Returns or sets the label
Length Returns or sets the length
NumNodes Returns or sets the num nodes
PlacementOption Returns or sets the placement option
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

NodesOnCurveBuilderPlacementType Enumeration the placement type types

Property Detail

Distance

NodesOnCurveBuilder.Distance

Returns the distance

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

Getter Method

Signature Distance

Returns:
Return type:NXOpen.Expression

New in version NX5.0.0.

License requirements: None.

Edge

NodesOnCurveBuilder.Edge

Returns the edge

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

Getter Method

Signature Edge

Returns:
Return type:NXOpen.CAE.SelectCAEEdge

New in version NX5.0.0.

Deprecated since version NX8.5.0: Use NXOpen.CAE.NodesOnCurveBuilder.Geom() instead.

License requirements: None.

Geom

NodesOnCurveBuilder.Geom

Returns the selected geometry, on which nodes will be created.

Valid selection types are edges, point and curves NXOpen.CAE.CAEEdge, NXOpen.Point, NXOpen.Line, NXOpen.Edge, NXOpen.Spline

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

Getter Method

Signature Geom

Returns:
Return type:NXOpen.SelectDisplayableObject

New in version NX8.5.0.

License requirements: None.

Increment

NodesOnCurveBuilder.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”)

IsClosedCurve

NodesOnCurveBuilder.IsClosedCurve

Returns or sets the closedCurve

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

Getter Method

Signature IsClosedCurve

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature IsClosedCurve

Parameters:isClosedCurve (bool) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Label

NodesOnCurveBuilder.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”)

Length

NodesOnCurveBuilder.Length

Returns or sets the length

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

Getter Method

Signature Length

Returns:
Return type:float

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature Length

Parameters:length (float) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

NumNodes

NodesOnCurveBuilder.NumNodes

Returns or sets the num nodes

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

Getter Method

Signature NumNodes

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature NumNodes

Parameters:numNodes (int) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

PlacementOption

NodesOnCurveBuilder.PlacementOption

Returns or sets the placement option

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

Getter Method

Signature PlacementOption

Returns:
Return type:NXOpen.CAE.NodesOnCurveBuilderPlacementType

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature PlacementOption

Parameters:placementOption (NXOpen.CAE.NodesOnCurveBuilderPlacementType) –

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Method Detail

Validate

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