AssignNodalCSBuilder Class

class NXOpen.CAE.AssignNodalCSBuilder

Bases: NXOpen.Builder

Represents a NXOpen.CAE.AssignNodalCSBuilder

To create a new instance of this class, use NXOpen.CAE.NodeElementInfoManager.CreateAssignNodalCsBuilder()

Default values.

Property Value
BoundaryOptions InteriorandBoundaryNodes
CsOption DisplacementCS
DispCSType Global
RefCSType Global
SingleOption 0

New in version NX7.5.0.

Properties

Property Description
BoundaryOptions Returns or sets the boundary options
CsOption Returns or sets the cs option
DispCS Returns or sets the disp cs
DispCSType Returns or sets the disp cstype
Objects Returns the objects
RefCS Returns or sets the ref cs
RefCSType Returns or sets the ref cstype
SingleOption Returns or sets the single 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.

Property Detail

BoundaryOptions

AssignNodalCSBuilder.BoundaryOptions

Returns or sets the boundary options

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

Getter Method

Signature BoundaryOptions

Returns:
Return type:NXOpen.CAE.AssignNodalCSBuilderGeometryOption

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature BoundaryOptions

Parameters:boundaryOptions (NXOpen.CAE.AssignNodalCSBuilderGeometryOption) –

New in version NX7.5.0.

License requirements: None.

CsOption

AssignNodalCSBuilder.CsOption

Returns or sets the cs option

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

Getter Method

Signature CsOption

Returns:
Return type:NXOpen.CAE.AssignNodalCSBuilderCs

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature CsOption

Parameters:csOption (NXOpen.CAE.AssignNodalCSBuilderCs) –

New in version NX7.5.0.

License requirements: None.

DispCS

AssignNodalCSBuilder.DispCS

Returns or sets the disp cs

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

Getter Method

Signature DispCS

Returns:
Return type:NXOpen.CoordinateSystem

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature DispCS

Parameters:dispCS (NXOpen.CoordinateSystem) –

New in version NX7.5.0.

License requirements: None.

DispCSType

AssignNodalCSBuilder.DispCSType

Returns or sets the disp cstype

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

Getter Method

Signature DispCSType

Returns:
Return type:NXOpen.CAE.AssignNodalCSBuilderCSType

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature DispCSType

Parameters:dispCSType (NXOpen.CAE.AssignNodalCSBuilderCSType) –

New in version NX7.5.0.

License requirements: None.

Objects

AssignNodalCSBuilder.Objects

Returns the objects

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

Getter Method

Signature Objects

Returns:
Return type:NXOpen.SelectTaggedObjectList

New in version NX7.5.0.

License requirements: None.

RefCS

AssignNodalCSBuilder.RefCS

Returns or sets the ref cs

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

Getter Method

Signature RefCS

Returns:
Return type:NXOpen.CoordinateSystem

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature RefCS

Parameters:refCS (NXOpen.CoordinateSystem) –

New in version NX7.5.0.

License requirements: None.

RefCSType

AssignNodalCSBuilder.RefCSType

Returns or sets the ref cstype

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

Getter Method

Signature RefCSType

Returns:
Return type:NXOpen.CAE.AssignNodalCSBuilderCSType

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature RefCSType

Parameters:refCSType (NXOpen.CAE.AssignNodalCSBuilderCSType) –

New in version NX7.5.0.

License requirements: None.

SingleOption

AssignNodalCSBuilder.SingleOption

Returns or sets the single option

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

Getter Method

Signature SingleOption

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature SingleOption

Parameters:singleOption (bool) –

New in version NX7.5.0.

License requirements: None.

Method Detail

Validate

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