Structure to specify the Node, Element, and Physical property table start ids and offsets for use in CAE::FEModel::AppendFemodel.
More...
|
| | IdSpecificationObject (const NXString &femObjectPrependNameInitial, int nodeStartIdInitial, bool nodeIdOffsetInitial, int elementStartIdInitial, bool elementIdOffsetInitial, int physicalPropertyTableStartIdInitial, bool physicalPropertyTableIdOffsetInitial) |
| | Constructor for the IdSpecificationObject struct.
|
| |
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.
- Parameters
-
| 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 |
| bool NXOpen::CAE::FEModel::IdSpecificationObject::ElementIdOffset |
If true element_start_id will be used as an offset for imported element ids.
| int NXOpen::CAE::FEModel::IdSpecificationObject::ElementStartId |
Start id to use for imported elements.
| NXString NXOpen::CAE::FEModel::IdSpecificationObject::FemObjectPrependName |
String to prepend to fem object names such as element collector, material and section.
| bool NXOpen::CAE::FEModel::IdSpecificationObject::NodeIdOffset |
If true node_start_id will be used as an offset for imported node ids.
| int NXOpen::CAE::FEModel::IdSpecificationObject::NodeStartId |
Start id to use for imported nodes.
| bool NXOpen::CAE::FEModel::IdSpecificationObject::PhysicalPropertyTableIdOffset |
If true physical_property_table_start_id will be used as an offset for imported physical property table ids.
| int NXOpen::CAE::FEModel::IdSpecificationObject::PhysicalPropertyTableStartId |
Start id to use for imported physical property tables.
The documentation for this struct was generated from the following file:
Copyright 2013 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.