NX Open C++ Reference Guide
|
Structure to specify the Node, Element, and Physical property table start ids and offsets for use in CAE::FEModel::AppendFemodel. More...
Public Member Functions | |
IdSpecificationObject (const NXString &femObjectPrependNameInitial, int nodeStartIdInitial, bool nodeIdOffsetInitial, int elementStartIdInitial, bool elementIdOffsetInitial, int physicalPropertyTableStartIdInitial, bool physicalPropertyTableIdOffsetInitial) | |
Constructor for the IdSpecificationObject struct. | |
Public Attributes | |
bool | ElementIdOffset |
If true element_start_id will be used as an offset for imported element ids. | |
int | ElementStartId |
Start id to use for imported elements. | |
NXString | FemObjectPrependName |
String to prepend to fem object names such as element collector, material and section. | |
bool | NodeIdOffset |
If true node_start_id will be used as an offset for imported node ids. | |
int | NodeStartId |
Start id to use for imported nodes. | |
bool | PhysicalPropertyTableIdOffset |
If true physical_property_table_start_id will be used as an offset for imported physical property table ids. | |
int | PhysicalPropertyTableStartId |
Start id to use for imported physical property tables. |
Structure to specify the Node, Element, and Physical property table start ids and offsets for use in CAE::FEModel::AppendFemodel.
NXOpen::CAE::FEModel::IdSpecificationObject::IdSpecificationObject | ( | const NXString & | femObjectPrependNameInitial, |
int | nodeStartIdInitial, | ||
bool | nodeIdOffsetInitial, | ||
int | elementStartIdInitial, | ||
bool | elementIdOffsetInitial, | ||
int | physicalPropertyTableStartIdInitial, | ||
bool | physicalPropertyTableIdOffsetInitial | ||
) |
Constructor for the IdSpecificationObject struct.
femObjectPrependNameInitial | String to prepend to fem object names such as element collector, material and section |
nodeStartIdInitial | Start id to use for imported nodes |
nodeIdOffsetInitial | If true node_start_id will be used as an offset for imported node ids |
elementStartIdInitial | Start id to use for imported elements |
elementIdOffsetInitial | If true element_start_id will be used as an offset for imported element ids |
physicalPropertyTableStartIdInitial | Start id to use for imported physical property tables |
physicalPropertyTableIdOffsetInitial | If true physical_property_table_start_id will be used as an offset for imported physical property table ids |
If true element_start_id will be used as an offset for imported element ids.
Start id to use for imported elements.
String to prepend to fem object names such as element collector, material and section.
If true node_start_id will be used as an offset for imported node ids.
Start id to use for imported nodes.
If true physical_property_table_start_id will be used as an offset for imported physical property table ids.
Start id to use for imported physical property tables.