|
NX Open C++ Reference Guide
|
Represents a @link CAE::AssignNodalCSBuilder CAE::AssignNodalCSBuilder@endlink <br> To create a new instance of this class, use @link CAE::NodeElementInfoManager::CreateAssignNodalCsBuilder CAE::NodeElementInfoManager::CreateAssignNodalCsBuilder @endlink <br>
Default values. More...
Public Types | |
| enum | Cs { CsDisplacementCS, CsReferenceCS, CsBoth } |
| Assign CS options. More... | |
| enum | CSType { CSTypeGlobal, CSTypeCartesian, CSTypeCylindrical, CSTypeSpherical } |
| the CS types More... | |
| enum | GeometryOption { GeometryOptionInteriorNodesOnly, GeometryOptionBoundaryNodesOnly, GeometryOptionInteriorandBoundaryNodes } |
| the geometry options More... | |
Public Member Functions | |
| NXOpen::CAE::AssignNodalCSBuilder::GeometryOption | BoundaryOptions () |
| Returns the boundary options Created in NX7.5.0. | |
| NXOpen::CAE::AssignNodalCSBuilder::Cs | CsOption () |
| Returns the cs option Created in NX7.5.0. | |
| NXOpen::CoordinateSystem * | DispCS () |
| Returns the disp cs Created in NX7.5.0. | |
| NXOpen::CAE::AssignNodalCSBuilder::CSType | DispCSType () |
| Returns the disp cstype Created in NX7.5.0. | |
| NXOpen::SelectTaggedObjectList * | Objects () |
| Returns the objects Created in NX7.5.0. | |
| NXOpen::CoordinateSystem * | RefCS () |
| Returns the ref cs Created in NX7.5.0. | |
| NXOpen::CAE::AssignNodalCSBuilder::CSType | RefCSType () |
| Returns the ref cstype Created in NX7.5.0. | |
| void | SetBoundaryOptions (NXOpen::CAE::AssignNodalCSBuilder::GeometryOption boundaryOptions) |
| Sets the boundary options Created in NX7.5.0. | |
| void | SetCsOption (NXOpen::CAE::AssignNodalCSBuilder::Cs csOption) |
| Sets the cs option Created in NX7.5.0. | |
| void | SetDispCS (NXOpen::CoordinateSystem *dispCS) |
| Sets the disp cs Created in NX7.5.0. | |
| void | SetDispCSType (NXOpen::CAE::AssignNodalCSBuilder::CSType dispCSType) |
| Sets the disp cstype Created in NX7.5.0. | |
| void | SetRefCS (NXOpen::CoordinateSystem *refCS) |
| Sets the ref cs Created in NX7.5.0. | |
| void | SetRefCSType (NXOpen::CAE::AssignNodalCSBuilder::CSType refCSType) |
| Sets the ref cstype Created in NX7.5.0. | |
| void | SetSingleOption (bool singleOption) |
| Sets the single option Created in NX7.5.0. | |
| bool | SingleOption () |
| Returns the single option Created in NX7.5.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a @link CAE::AssignNodalCSBuilder CAE::AssignNodalCSBuilder@endlink <br> To create a new instance of this class, use @link CAE::NodeElementInfoManager::CreateAssignNodalCsBuilder CAE::NodeElementInfoManager::CreateAssignNodalCsBuilder @endlink <br>
Default values.
| Property | Value |
|---|---|
|
BoundaryOptions |
InteriorandBoundaryNodes |
|
CsOption |
DisplacementCS |
|
DispCSType |
Global |
|
RefCSType |
Global |
|
SingleOption |
0 |
Created in NX7.5.0.
| NXOpen::CAE::AssignNodalCSBuilder::GeometryOption NXOpen::CAE::AssignNodalCSBuilder::BoundaryOptions | ( | ) |
Returns the boundary options
Created in NX7.5.0.
License requirements : None
| NXOpen::CAE::AssignNodalCSBuilder::Cs NXOpen::CAE::AssignNodalCSBuilder::CsOption | ( | ) |
Returns the cs option
Created in NX7.5.0.
License requirements : None
| NXOpen::CoordinateSystem* NXOpen::CAE::AssignNodalCSBuilder::DispCS | ( | ) |
Returns the disp cs
Created in NX7.5.0.
License requirements : None
| NXOpen::CAE::AssignNodalCSBuilder::CSType NXOpen::CAE::AssignNodalCSBuilder::DispCSType | ( | ) |
Returns the disp cstype
Created in NX7.5.0.
License requirements : None
| NXOpen::SelectTaggedObjectList* NXOpen::CAE::AssignNodalCSBuilder::Objects | ( | ) |
Returns the objects
Created in NX7.5.0.
License requirements : None
| NXOpen::CoordinateSystem* NXOpen::CAE::AssignNodalCSBuilder::RefCS | ( | ) |
Returns the ref cs
Created in NX7.5.0.
License requirements : None
| NXOpen::CAE::AssignNodalCSBuilder::CSType NXOpen::CAE::AssignNodalCSBuilder::RefCSType | ( | ) |
Returns the ref cstype
Created in NX7.5.0.
License requirements : None
| void NXOpen::CAE::AssignNodalCSBuilder::SetBoundaryOptions | ( | NXOpen::CAE::AssignNodalCSBuilder::GeometryOption | boundaryOptions | ) |
Sets the boundary options
Created in NX7.5.0.
License requirements : None
| boundaryOptions | boundaryoptions |
| void NXOpen::CAE::AssignNodalCSBuilder::SetCsOption | ( | NXOpen::CAE::AssignNodalCSBuilder::Cs | csOption | ) |
Sets the cs option
Created in NX7.5.0.
License requirements : None
| csOption | csoption |
| void NXOpen::CAE::AssignNodalCSBuilder::SetDispCS | ( | NXOpen::CoordinateSystem * | dispCS | ) |
Sets the disp cs
Created in NX7.5.0.
License requirements : None
| dispCS | dispcs |
| void NXOpen::CAE::AssignNodalCSBuilder::SetDispCSType | ( | NXOpen::CAE::AssignNodalCSBuilder::CSType | dispCSType | ) |
Sets the disp cstype
Created in NX7.5.0.
License requirements : None
| dispCSType | dispcstype |
| void NXOpen::CAE::AssignNodalCSBuilder::SetRefCS | ( | NXOpen::CoordinateSystem * | refCS | ) |
Sets the ref cs
Created in NX7.5.0.
License requirements : None
| refCS | refcs |
| void NXOpen::CAE::AssignNodalCSBuilder::SetRefCSType | ( | NXOpen::CAE::AssignNodalCSBuilder::CSType | refCSType | ) |
Sets the ref cstype
Created in NX7.5.0.
License requirements : None
| refCSType | refcstype |
| void NXOpen::CAE::AssignNodalCSBuilder::SetSingleOption | ( | bool | singleOption | ) |
Sets the single option
Created in NX7.5.0.
License requirements : None
| singleOption | singleoption |
| bool NXOpen::CAE::AssignNodalCSBuilder::SingleOption | ( | ) |
Returns the single option
Created in NX7.5.0.
License requirements : None