LinkMassProperty Class¶
-
class
NXOpen.Motion.LinkMassProperty¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.Motion.LinkMassPropertyNew in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| InertiaCsys | Returns or sets the inertia csys |
| IxxExpression | Returns the principle moment of inertia expression about the X axis |
| IxyExpression | Returns the product of inertia expression for the X and Y axes |
| IxzExpression | Returns the product of inertia expression for the X and Z axes |
| IyyExpression | Returns the principle moment of inertia expression about the Y axis |
| IyzExpression | Returns the product of inertia expression for the Y and Z axes |
| IzzExpression | Returns the principle moment of inertia expression about the Z axis |
| MassCenter | Returns or sets the mass center |
| MassExpression | Returns the mass expression |
| MassType | Returns or sets the mass type |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| LinkMassPropertyMassPropertyType Enumeration | Defines mass property type of link |
Property Detail¶
InertiaCsys¶
-
LinkMassProperty.InertiaCsys¶ Returns or sets the inertia csys
-------------------------------------Getter Method
Signature
InertiaCsysReturns: Return type: NXOpen.CoordinateSystemNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
InertiaCsysParameters: inertiaCsys ( NXOpen.CoordinateSystem) –New in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
IxxExpression¶
-
LinkMassProperty.IxxExpression¶ Returns the principle moment of inertia expression about the X axis
-------------------------------------Getter Method
Signature
IxxExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
IxyExpression¶
-
LinkMassProperty.IxyExpression¶ Returns the product of inertia expression for the X and Y axes
-------------------------------------Getter Method
Signature
IxyExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
IxzExpression¶
-
LinkMassProperty.IxzExpression¶ Returns the product of inertia expression for the X and Z axes
-------------------------------------Getter Method
Signature
IxzExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
IyyExpression¶
-
LinkMassProperty.IyyExpression¶ Returns the principle moment of inertia expression about the Y axis
-------------------------------------Getter Method
Signature
IyyExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
IyzExpression¶
-
LinkMassProperty.IyzExpression¶ Returns the product of inertia expression for the Y and Z axes
-------------------------------------Getter Method
Signature
IyzExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
IzzExpression¶
-
LinkMassProperty.IzzExpression¶ Returns the principle moment of inertia expression about the Z axis
-------------------------------------Getter Method
Signature
IzzExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
MassCenter¶
-
LinkMassProperty.MassCenter¶ Returns or sets the mass center
-------------------------------------Getter Method
Signature
MassCenterReturns: Return type: NXOpen.PointNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MassCenterParameters: massCenter ( NXOpen.Point) –New in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
MassExpression¶
-
LinkMassProperty.MassExpression¶ Returns the mass expression
-------------------------------------Getter Method
Signature
MassExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
MassType¶
-
LinkMassProperty.MassType¶ Returns or sets the mass type
-------------------------------------Getter Method
Signature
MassTypeReturns: Return type: NXOpen.Motion.LinkMassPropertyMassPropertyTypeNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MassTypeParameters: massType ( NXOpen.Motion.LinkMassPropertyMassPropertyType) –New in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)