ConnectionDBItemData Class¶
-
class
NXOpen.CAE.Connections.ConnectionDBItemData¶ Bases:
NXOpen.TaggedObjectConnection DB item data.
Use this interface to set/get properties and parameters of the Connection DB item data. .. versionadded:: NX12.0.0
Properties¶
| Property | Description |
|---|---|
| Mass | Returns or sets the mass |
| MaterialName | Returns or sets the material name |
| Name | Returns or sets the name |
| ScrewDiameter | Returns or sets the screw diameter |
| StiffnessR | Returns or sets the stiffness R |
| StiffnessRR | Returns or sets the stiffness RR |
| StiffnessRS | Returns or sets the stiffness RS |
| StiffnessRX | Returns or sets the stiffness RX |
| StiffnessRY | Returns or sets the stiffness RY |
| StiffnessRZ | Returns or sets the stiffness RZ |
| StiffnessS | Returns or sets the stiffness RS |
| StiffnessType | Returns or sets the mass |
| StiffnessX | Returns or sets the stiffness X |
| StiffnessY | Returns or sets the stiffness Y |
| StiffnessZ | Returns or sets the stiffness Z |
| Tag | Returns the Tag for this object. |
Methods¶
Property Detail¶
Mass¶
-
ConnectionDBItemData.Mass¶ Returns or sets the mass
-------------------------------------Getter Method
Signature
MassReturns: Return type: float New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MassParameters: mass (float) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
MaterialName¶
-
ConnectionDBItemData.MaterialName¶ Returns or sets the material name
-------------------------------------Getter Method
Signature
MaterialNameReturns: Return type: str New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MaterialNameParameters: materialName (str) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
Name¶
-
ConnectionDBItemData.Name¶ Returns or sets the name
-------------------------------------Getter Method
Signature
NameReturns: Return type: str New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NameParameters: name (str) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
ScrewDiameter¶
-
ConnectionDBItemData.ScrewDiameter¶ Returns or sets the screw diameter
-------------------------------------Getter Method
Signature
ScrewDiameterReturns: Return type: float New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ScrewDiameterParameters: screwDiameter (float) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
StiffnessR¶
-
ConnectionDBItemData.StiffnessR¶ Returns or sets the stiffness R
-------------------------------------Getter Method
Signature
StiffnessRReturns: Return type: float New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StiffnessRParameters: stiffnessR (float) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
StiffnessRR¶
-
ConnectionDBItemData.StiffnessRR¶ Returns or sets the stiffness RR
-------------------------------------Getter Method
Signature
StiffnessRRReturns: Return type: float New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StiffnessRRParameters: stiffnessRR (float) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
StiffnessRS¶
-
ConnectionDBItemData.StiffnessRS¶ Returns or sets the stiffness RS
-------------------------------------Getter Method
Signature
StiffnessRSReturns: Return type: float New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StiffnessRSParameters: stiffnessRS (float) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
StiffnessRX¶
-
ConnectionDBItemData.StiffnessRX¶ Returns or sets the stiffness RX
-------------------------------------Getter Method
Signature
StiffnessRXReturns: Return type: float New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StiffnessRXParameters: stiffnessRX (float) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
StiffnessRY¶
-
ConnectionDBItemData.StiffnessRY¶ Returns or sets the stiffness RY
-------------------------------------Getter Method
Signature
StiffnessRYReturns: Return type: float New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StiffnessRYParameters: stiffnessRY (float) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
StiffnessRZ¶
-
ConnectionDBItemData.StiffnessRZ¶ Returns or sets the stiffness RZ
-------------------------------------Getter Method
Signature
StiffnessRZReturns: Return type: float New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StiffnessRZParameters: stiffnessRZ (float) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
StiffnessS¶
-
ConnectionDBItemData.StiffnessS¶ Returns or sets the stiffness RS
-------------------------------------Getter Method
Signature
StiffnessSReturns: Return type: float New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StiffnessSParameters: stiffnessS (float) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
StiffnessType¶
-
ConnectionDBItemData.StiffnessType¶ Returns or sets the mass
-------------------------------------Getter Method
Signature
StiffnessTypeReturns: Return type: NXOpen.CAE.Connections.ConnectionDBItemStiffnessTypeNew in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StiffnessTypeParameters: stiffnessType ( NXOpen.CAE.Connections.ConnectionDBItemStiffnessType) –New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
StiffnessX¶
-
ConnectionDBItemData.StiffnessX¶ Returns or sets the stiffness X
-------------------------------------Getter Method
Signature
StiffnessXReturns: Return type: float New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StiffnessXParameters: stiffnessX (float) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
StiffnessY¶
-
ConnectionDBItemData.StiffnessY¶ Returns or sets the stiffness Y
-------------------------------------Getter Method
Signature
StiffnessYReturns: Return type: float New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StiffnessYParameters: stiffnessY (float) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
StiffnessZ¶
-
ConnectionDBItemData.StiffnessZ¶ Returns or sets the stiffness Z
-------------------------------------Getter Method
Signature
StiffnessZReturns: Return type: float New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StiffnessZParameters: stiffnessZ (float) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)