NX Open C++ Reference Guide
|
Represents a CAE::AssignNodalCSBuilder
To create a new instance of this class, use CAE::NodeElementInfoManager::CreateAssignNodalCsBuilder
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. |
Represents a CAE::AssignNodalCSBuilder
To create a new instance of this class, use CAE::NodeElementInfoManager::CreateAssignNodalCsBuilder
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
Returns the cs option
Created in NX7.5.0.
License requirements : None
Returns the disp cs
Created in NX7.5.0.
License requirements : None
Returns the disp cstype
Created in NX7.5.0.
License requirements : None
Returns the objects
Created in NX7.5.0.
License requirements : None
Returns the ref cs
Created in NX7.5.0.
License requirements : None
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 |
Returns the single option
Created in NX7.5.0.
License requirements : None