ComponentData Class

class NXOpen.CAE.Connections.ComponentData

Bases: NXOpen.TaggedObject

Composer connection.

Use this interface to set/get properties and parameters of the spot weld connection. .. versionadded:: NX12.0.0

Properties

Property Description
ComponentName Returns or sets the component name
ConnectionPointsPath Returns or sets the connection points path
FilePath Returns or sets the file path
IOSetPath Returns or sets the IO set path
MassPath Returns or sets the mass path
MeshPath Returns or sets the mesh path
Tag Returns the Tag for this object.

Methods

Property Detail

ComponentName

ComponentData.ComponentName

Returns or sets the component name

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

Getter Method

Signature ComponentName

Returns:
Return type:str

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature ComponentName

Parameters:name (str) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

ConnectionPointsPath

ComponentData.ConnectionPointsPath

Returns or sets the connection points path

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

Getter Method

Signature ConnectionPointsPath

Returns:
Return type:str

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature ConnectionPointsPath

Parameters:connectionPointsPath (str) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

FilePath

ComponentData.FilePath

Returns or sets the file path

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

Getter Method

Signature FilePath

Returns:
Return type:str

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature FilePath

Parameters:path (str) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

IOSetPath

ComponentData.IOSetPath

Returns or sets the IO set path

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

Getter Method

Signature IOSetPath

Returns:
Return type:str

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature IOSetPath

Parameters:ioSetPath (str) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

MassPath

ComponentData.MassPath

Returns or sets the mass path

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

Getter Method

Signature MassPath

Returns:
Return type:str

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature MassPath

Parameters:massPath (str) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

MeshPath

ComponentData.MeshPath

Returns or sets the mesh path

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

Getter Method

Signature MeshPath

Returns:
Return type:str

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature MeshPath

Parameters:meshPath (str) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)