NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::CAE::FEModel::IdSpecificationObject Struct Reference

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. More...
 

Public Attributes

bool ElementIdOffset
 If true element_start_id will be used as an offset for imported element ids. More...
 
int ElementStartId
 Start id to use for imported elements. More...
 
NXString FemObjectPrependName
 String to prepend to fem object names such as element collector, material and section. More...
 
bool NodeIdOffset
 If true node_start_id will be used as an offset for imported node ids. More...
 
int NodeStartId
 Start id to use for imported nodes. More...
 
bool PhysicalPropertyTableIdOffset
 If true physical_property_table_start_id will be used as an offset for imported physical property table ids. More...
 
int PhysicalPropertyTableStartId
 Start id to use for imported physical property tables. More...
 

Detailed Description

Structure to specify the Node, Element, and Physical property table start ids and offsets for use in CAE::FEModel::AppendFemodel.

Constructor & Destructor Documentation

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
femObjectPrependNameInitialString to prepend to fem object names such as element collector, material and section
nodeStartIdInitialStart id to use for imported nodes
nodeIdOffsetInitialIf true node_start_id will be used as an offset for imported node ids
elementStartIdInitialStart id to use for imported elements
elementIdOffsetInitialIf true element_start_id will be used as an offset for imported element ids
physicalPropertyTableStartIdInitialStart id to use for imported physical property tables
physicalPropertyTableIdOffsetInitialIf true physical_property_table_start_id will be used as an offset for imported physical property table ids

Member Data Documentation

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.