LinkMassProperty Class

class NXOpen.Motion.LinkMassProperty

Bases: NXOpen.TaggedObject

Represents a NXOpen.Motion.LinkMassProperty

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

Returns:
Return type:NXOpen.CoordinateSystem

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature InertiaCsys

Parameters: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 IxxExpression

Returns:
Return type:NXOpen.Expression

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

Returns:
Return type:NXOpen.Expression

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

Returns:
Return type:NXOpen.Expression

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

Returns:
Return type:NXOpen.Expression

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

Returns:
Return type:NXOpen.Expression

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

Returns:
Return type:NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

MassCenter

LinkMassProperty.MassCenter

Returns or sets the mass center

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

Getter Method

Signature MassCenter

Returns:
Return type:NXOpen.Point

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature MassCenter

Parameters:massCenter (NXOpen.Point) –

New in version NX5.0.0.

License requirements: mechanisms (“MECHANISMS”)

MassExpression

LinkMassProperty.MassExpression

Returns the mass expression

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

Getter Method

Signature MassExpression

Returns:
Return type:NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

MassType

LinkMassProperty.MassType

Returns or sets the mass type

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

Getter Method

Signature MassType

Returns:
Return type:NXOpen.Motion.LinkMassPropertyMassPropertyType

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature MassType

Parameters:massType (NXOpen.Motion.LinkMassPropertyMassPropertyType) –

New in version NX5.0.0.

License requirements: mechanisms (“MECHANISMS”)