ComponentData Class¶
-
class
NXOpen.CAE.Connections.ComponentData¶ Bases:
NXOpen.TaggedObjectComposer 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
ComponentNameReturns: Return type: str New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ComponentNameParameters: 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
ConnectionPointsPathReturns: Return type: str New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ConnectionPointsPathParameters: 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
FilePathReturns: Return type: str New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FilePathParameters: 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
IOSetPathReturns: Return type: str New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IOSetPathParameters: 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
MassPathReturns: Return type: str New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MassPathParameters: 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
MeshPathReturns: Return type: str New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MeshPathParameters: meshPath (str) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)