NXOpen .NET Reference  12.0.0
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 Attributes

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

Detailed Description

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

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

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