FEModelIdSpecificationObject_Struct Struct

NXOpen.CAE.FEModel.IdSpecificationObject is an alias for NXOpen.CAE.FEModelIdSpecificationObject_Struct

class NXOpen.CAE.FEModelIdSpecificationObject_Struct

Bases: object

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

Constructor: NXOpen.CAE.FEModel.IdSpecificationObject()

Fields

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

FemObjectPrependName

FEModelIdSpecificationObject_Struct.FemObjectPrependName

String to prepend to fem object names such as element collector, material and section -------------------------------------

Field Value Type:str

NodeStartId

FEModelIdSpecificationObject_Struct.NodeStartId

Start id to use for imported nodes -------------------------------------

Field Value Type:int

NodeIdOffset

FEModelIdSpecificationObject_Struct.NodeIdOffset

If true node_start_id will be used as an offset for imported node ids -------------------------------------

Field Value Type:bool

ElementStartId

FEModelIdSpecificationObject_Struct.ElementStartId

Start id to use for imported elements -------------------------------------

Field Value Type:int

ElementIdOffset

FEModelIdSpecificationObject_Struct.ElementIdOffset

If true element_start_id will be used as an offset for imported element ids -------------------------------------

Field Value Type:bool

PhysicalPropertyTableStartId

FEModelIdSpecificationObject_Struct.PhysicalPropertyTableStartId

Start id to use for imported physical property tables -------------------------------------

Field Value Type:int

PhysicalPropertyTableIdOffset

FEModelIdSpecificationObject_Struct.PhysicalPropertyTableIdOffset

If true physical_property_table_start_id will be used as an offset for imported physical property table ids -------------------------------------

Field Value Type:bool