AssignNodalCSBuilder Class¶
-
class
NXOpen.CAE.AssignNodalCSBuilder¶ Bases:
NXOpen.BuilderRepresents a
NXOpen.CAE.AssignNodalCSBuilderTo 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. |
Enumerations¶
| AssignNodalCSBuilderCSType Enumeration | the CS types |
| AssignNodalCSBuilderCs Enumeration | Assign CS options |
| AssignNodalCSBuilderGeometryOption Enumeration | the geometry options |
Property Detail¶
BoundaryOptions¶
-
AssignNodalCSBuilder.BoundaryOptions¶ Returns or sets the boundary options
-------------------------------------Getter Method
Signature
BoundaryOptionsReturns: Return type: NXOpen.CAE.AssignNodalCSBuilderGeometryOptionNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BoundaryOptionsParameters: 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
CsOptionReturns: Return type: NXOpen.CAE.AssignNodalCSBuilderCsNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CsOptionParameters: 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
DispCSReturns: Return type: NXOpen.CoordinateSystemNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DispCSParameters: dispCS ( NXOpen.CoordinateSystem) –New in version NX7.5.0.
License requirements: None.
DispCSType¶
-
AssignNodalCSBuilder.DispCSType¶ Returns or sets the disp cstype
-------------------------------------Getter Method
Signature
DispCSTypeReturns: Return type: NXOpen.CAE.AssignNodalCSBuilderCSTypeNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DispCSTypeParameters: dispCSType ( NXOpen.CAE.AssignNodalCSBuilderCSType) –New in version NX7.5.0.
License requirements: None.
Objects¶
-
AssignNodalCSBuilder.Objects¶ Returns the objects
-------------------------------------Getter Method
Signature
ObjectsReturns: Return type: NXOpen.SelectTaggedObjectListNew in version NX7.5.0.
License requirements: None.
RefCS¶
-
AssignNodalCSBuilder.RefCS¶ Returns or sets the ref cs
-------------------------------------Getter Method
Signature
RefCSReturns: Return type: NXOpen.CoordinateSystemNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RefCSParameters: refCS ( NXOpen.CoordinateSystem) –New in version NX7.5.0.
License requirements: None.
RefCSType¶
-
AssignNodalCSBuilder.RefCSType¶ Returns or sets the ref cstype
-------------------------------------Getter Method
Signature
RefCSTypeReturns: Return type: NXOpen.CAE.AssignNodalCSBuilderCSTypeNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RefCSTypeParameters: 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
SingleOptionReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SingleOptionParameters: 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.