NX Open C++ Reference Guide
|
This class provides access to the append option setting for importing solver specific data into existing Fem/Sim. More...
Public Member Functions | |
int | CoordinateSystemOffset () |
Returns the coordinate system offset Created in NX7.5.2. | |
int | ElementOffset () |
Returns the element offset Created in NX7.5.2. | |
int | GetHighestCoordinateSystemLabel () |
Gets the highest coordinate system label from the work Fem/Sim. | |
int | GetHighestElementLabel () |
Gets the highest element label from the work Fem/Sim. | |
int | GetHighestNodeLabel () |
Gets the highest node label from the work Fem/Sim. | |
int | GetHighestOthersLabel () |
Gets the highest label for all other entities from the work Fem/Sim. | |
int | GetHighestPhysicalPropertyLabel () |
Gets the highest physical property label from the work Fem/Sim. | |
int | NodeOffset () |
Returns the node offset Created in NX7.5.2. | |
int | OthersOffset () |
Returns the offset for all other entities Created in NX7.5.2. | |
int | PhysicalPropertyOffset () |
Returns the physical property offset Created in NX7.5.2. | |
void | SetCoordinateSystemOffset (int csOffset) |
Sets the coordinate system offset Created in NX7.5.2. | |
void | SetElementOffset (int elemOffset) |
Sets the element offset Created in NX7.5.2. | |
void | SetNodeOffset (int nodeOffset) |
Sets the node offset Created in NX7.5.2. | |
void | SetOthersOffset (int othersOffset) |
Sets the offset for all other entities Created in NX7.5.2. | |
void | SetPhysicalPropertyOffset (int physicalPropertyOffset) |
Sets the physical property offset Created in NX7.5.2. | |
void | SetSolverName (const NXString &solverName) |
Sets the solver name Created in NX7.5.2. | |
NXString | SolverName () |
Returns the solver name Created in NX7.5.2. |
This class provides access to the append option setting for importing solver specific data into existing Fem/Sim.
Not support KF.
Created in NX7.5.2.
Returns the coordinate system offset
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Returns the element offset
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Gets the highest coordinate system label from the work Fem/Sim.
Gets the highest element label from the work Fem/Sim.
Gets the highest node label from the work Fem/Sim.
Gets the highest label for all other entities from the work Fem/Sim.
Gets the highest physical property label from the work Fem/Sim.
Returns the node offset
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Returns the offset for all other entities
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Returns the physical property offset
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
void NXOpen::CAE::SolverAppendOption::SetCoordinateSystemOffset | ( | int | csOffset | ) |
Sets the coordinate system offset
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
csOffset | the coordinate system offset |
void NXOpen::CAE::SolverAppendOption::SetElementOffset | ( | int | elemOffset | ) |
Sets the element offset
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
elemOffset | the element offset |
void NXOpen::CAE::SolverAppendOption::SetNodeOffset | ( | int | nodeOffset | ) |
Sets the node offset
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
nodeOffset | the node offset |
void NXOpen::CAE::SolverAppendOption::SetOthersOffset | ( | int | othersOffset | ) |
Sets the offset for all other entities
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
othersOffset | the offset for all other entities |
void NXOpen::CAE::SolverAppendOption::SetPhysicalPropertyOffset | ( | int | physicalPropertyOffset | ) |
Sets the physical property offset
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
physicalPropertyOffset | the physical property offset |
void NXOpen::CAE::SolverAppendOption::SetSolverName | ( | const NXString & | solverName | ) |
Sets the solver name
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
solverName | the solver name to indicate what type of data is being imported |
Returns the solver name
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")