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

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

Getter Method Signature FemObjectPrependName()

Returns:
Return type:str

-------------------------------------

Setter Method

Signature FemObjectPrependName(value)

Parameters:value (str) –

NodeStartId

FEModelIdSpecificationObject_Struct.NodeStartId

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

Getter Method Signature NodeStartId()

Returns:
Return type:int

-------------------------------------

Setter Method

Signature NodeStartId(value)

Parameters:value (int) –

NodeIdOffset

FEModelIdSpecificationObject_Struct.NodeIdOffset

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

Getter Method Signature NodeIdOffset()

Returns:
Return type:bool

-------------------------------------

Setter Method

Signature NodeIdOffset(value)

Parameters:value (bool) –

ElementStartId

FEModelIdSpecificationObject_Struct.ElementStartId

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

Getter Method Signature ElementStartId()

Returns:
Return type:int

-------------------------------------

Setter Method

Signature ElementStartId(value)

Parameters:value (int) –

ElementIdOffset

FEModelIdSpecificationObject_Struct.ElementIdOffset

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

Getter Method Signature ElementIdOffset()

Returns:
Return type:bool

-------------------------------------

Setter Method

Signature ElementIdOffset(value)

Parameters:value (bool) –

PhysicalPropertyTableStartId

FEModelIdSpecificationObject_Struct.PhysicalPropertyTableStartId

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

Getter Method Signature PhysicalPropertyTableStartId()

Returns:
Return type:int

-------------------------------------

Setter Method

Signature PhysicalPropertyTableStartId(value)

Parameters:value (int) –

PhysicalPropertyTableIdOffset

FEModelIdSpecificationObject_Struct.PhysicalPropertyTableIdOffset

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

Getter Method Signature PhysicalPropertyTableIdOffset()

Returns:
Return type:bool

-------------------------------------

Setter Method

Signature PhysicalPropertyTableIdOffset(value)

Parameters:value (bool) –