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
Ixx Returns or sets the principle moment of inertia about the X axis
IxxExpression Returns the principle moment of inertia expression about the X axis
Ixy Returns or sets the product of inertia for the X and Y axes
IxyExpression Returns the product of inertia expression for the X and Y axes
Ixz Returns or sets the product of inertia for the X and Z axes
IxzExpression Returns the product of inertia expression for the X and Z axes
Iyy Returns or sets the principle moment of inertia about the Y axis
IyyExpression Returns the principle moment of inertia expression about the Y axis
Iyz Returns or sets the product of inertia for the Y and Z axes
IyzExpression Returns the product of inertia expression for the Y and Z axes
Izz Returns or sets the principle moment of inertia about the Y axis
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
MassValue Returns or sets the mass value
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(inertiaCsys)

Parameters:inertiaCsys (NXOpen.CoordinateSystem) –

New in version NX5.0.0.

License requirements: mechanisms (“MECHANISMS”)

Ixx

LinkMassProperty.Ixx

Returns or sets the principle moment of inertia about the X axis

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

Getter Method

Signature Ixx()

Returns:
Return type:float

New in version NX5.0.0.

Deprecated since version NX8.0.0: Obtain the expression using NXOpen.Motion.LinkMassProperty.IxxExpression() to query or edit it.

License requirements: None.

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

Setter Method

Signature Ixx(ixx)

Parameters:ixx (float) –

New in version NX5.0.0.

Deprecated since version NX8.0.0: Obtain the expression using NXOpen.Motion.LinkMassProperty.IxxExpression() to query or edit it.

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.

Ixy

LinkMassProperty.Ixy

Returns or sets the product of inertia for the X and Y axes

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

Getter Method

Signature Ixy()

Returns:
Return type:float

New in version NX5.0.0.

Deprecated since version NX8.0.0: Obtain the expression using NXOpen.Motion.LinkMassProperty.IxyExpression() to query or edit it.

License requirements: None.

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

Setter Method

Signature Ixy(ixy)

Parameters:ixy (float) –

New in version NX5.0.0.

Deprecated since version NX8.0.0: Obtain the expression using NXOpen.Motion.LinkMassProperty.IxyExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

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.

Ixz

LinkMassProperty.Ixz

Returns or sets the product of inertia for the X and Z axes

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

Getter Method

Signature Ixz()

Returns:
Return type:float

New in version NX5.0.0.

Deprecated since version NX8.0.0: Obtain the expression using NXOpen.Motion.LinkMassProperty.IxzExpression() to query or edit it.

License requirements: None.

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

Setter Method

Signature Ixz(ixz)

Parameters:ixz (float) –

New in version NX5.0.0.

Deprecated since version NX8.0.0: Obtain the expression using NXOpen.Motion.LinkMassProperty.IxzExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

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.

Iyy

LinkMassProperty.Iyy

Returns or sets the principle moment of inertia about the Y axis

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

Getter Method

Signature Iyy()

Returns:
Return type:float

New in version NX5.0.0.

Deprecated since version NX8.0.0: Obtain the expression using NXOpen.Motion.LinkMassProperty.IyyExpression() to query or edit it.

License requirements: None.

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

Setter Method

Signature Iyy(iyy)

Parameters:iyy (float) –

New in version NX5.0.0.

Deprecated since version NX8.0.0: Obtain the expression using NXOpen.Motion.LinkMassProperty.IyyExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

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.

Iyz

LinkMassProperty.Iyz

Returns or sets the product of inertia for the Y and Z axes

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

Getter Method

Signature Iyz()

Returns:
Return type:float

New in version NX5.0.0.

Deprecated since version NX8.0.0: Obtain the expression using NXOpen.Motion.LinkMassProperty.IyzExpression() to query or edit it.

License requirements: None.

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

Setter Method

Signature Iyz(iyz)

Parameters:iyz (float) –

New in version NX5.0.0.

Deprecated since version NX8.0.0: Obtain the expression using NXOpen.Motion.LinkMassProperty.IyzExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

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.

Izz

LinkMassProperty.Izz

Returns or sets the principle moment of inertia about the Y axis

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

Getter Method

Signature Izz()

Returns:
Return type:float

New in version NX5.0.0.

Deprecated since version NX8.0.0: Obtain the expression using NXOpen.Motion.LinkMassProperty.IzzExpression() to query or edit it.

License requirements: None.

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

Setter Method

Signature Izz(izz)

Parameters:izz (float) –

New in version NX5.0.0.

Deprecated since version NX8.0.0: Obtain the expression using NXOpen.Motion.LinkMassProperty.IzzExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

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(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(massType)

Parameters:massType (NXOpen.Motion.LinkMassPropertyMassPropertyType) –

New in version NX5.0.0.

License requirements: mechanisms (“MECHANISMS”)

MassValue

LinkMassProperty.MassValue

Returns or sets the mass value

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

Getter Method

Signature MassValue()

Returns:
Return type:float

New in version NX5.0.0.

Deprecated since version NX8.0.0: Obtain the expression using NXOpen.Motion.LinkMassProperty.MassExpression() to query or edit it.

License requirements: None.

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

Setter Method

Signature MassValue(massValue)

Parameters:massValue (float) –

New in version NX5.0.0.

Deprecated since version NX8.0.0: Obtain the expression using NXOpen.Motion.LinkMassProperty.MassExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)