BushingCylindricalCoefficientsComponent Class

class NXOpen.Motion.BushingCylindricalCoefficientsComponent

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a Motion BushingCylindricalCoefficientsComponent

New in version NX6.0.0.

Properties

Property Description
Conical Returns or sets the conical coefficient, it is available only when Motion.BushingCylindricalCoefficientsComponent.ConicalType`() set to MotionConnectorCoefficientTypes.Constant case
ConicalExpression Returns the conical coefficient expression, it is available only when Motion.BushingCylindricalCoefficientsComponent.ConicalType`() set to MotionConnectorCoefficientTypes.Constant case
ConicalFunction Returns or sets the conical function tag, it is available only when Motion.BushingCylindricalCoefficientsComponent.ConicalType`() set to MotionConnectorCoefficientTypes.Spline case
ConicalType Returns or sets the conical coefficient type
Longitudinal Returns or sets the longitudinal double value, it is available only when Motion.BushingCylindricalCoefficientsComponent.RadialType`() set to MotionConnectorCoefficientTypes.Constant case
LongitudinalExpression Returns the longitudinal coefficient expression, it is available only when Motion.BushingCylindricalCoefficientsComponent.RadialType`() set to MotionConnectorCoefficientTypes.Constant case
LongitudinalFunction Returns or sets the longitudinal function tag, it is available only when Motion.BushingCylindricalCoefficientsComponent.RadialType`() set to MotionConnectorCoefficientTypes.Spline case
Radial Returns or sets the radial, it is available only when Motion.BushingCylindricalCoefficientsComponent.RadialType`() set to MotionConnectorCoefficientTypes.Constant case
RadialExpression Returns the radial coefficient expression, it is available only when Motion.BushingCylindricalCoefficientsComponent.RadialType`() set to MotionConnectorCoefficientTypes.Constant case
RadialFunction Returns or sets the radial function tag, it is available only when Motion.BushingCylindricalCoefficientsComponent.RadialType`() set to MotionConnectorCoefficientTypes.Spline case
RadialType Returns or sets the radial type
Tag Returns the Tag for this object.
Torsional Returns or sets the torsional coefficient, it is available only when Motion.BushingCylindricalCoefficientsComponent.ConicalType`() set to MotionConnectorCoefficientTypes.Constant case
TorsionalExpression Returns the torsional coefficient expression, it is available only when Motion.BushingCylindricalCoefficientsComponent.ConicalType`() set to MotionConnectorCoefficientTypes.Constant case
TorsionalFunction Returns or sets the torsional function tag, it is available only when Motion.BushingCylindricalCoefficientsComponent.ConicalType`() set to MotionConnectorCoefficientTypes.Spline case

Methods

Method Description
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

Conical

BushingCylindricalCoefficientsComponent.Conical

Returns or sets the conical coefficient, it is available only when Motion.BushingCylindricalCoefficientsComponent.ConicalType`() set to MotionConnectorCoefficientTypes.Constant case

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

Getter Method

Signature Conical()

Returns:
Return type:float

New in version NX6.0.0.

Deprecated since version NX8.0.0: Obtain the expression using Motion.BushingCylindricalCoefficientsComponent.ConicalExpression() to query or edit it.

License requirements: None.

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

Setter Method

Signature Conical(conical)

Parameters:conical (float) –

New in version NX6.0.0.

Deprecated since version NX8.0.0: Obtain the expression using Motion.BushingCylindricalCoefficientsComponent.ConicalExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

ConicalExpression

BushingCylindricalCoefficientsComponent.ConicalExpression

Returns the conical coefficient expression, it is available only when Motion.BushingCylindricalCoefficientsComponent.ConicalType`() set to MotionConnectorCoefficientTypes.Constant case

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

Getter Method

Signature ConicalExpression()

Returns:
Return type:NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

ConicalFunction

BushingCylindricalCoefficientsComponent.ConicalFunction

Returns or sets the conical function tag, it is available only when Motion.BushingCylindricalCoefficientsComponent.ConicalType`() set to MotionConnectorCoefficientTypes.Spline case

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

Getter Method

Signature ConicalFunction()

Returns:
Return type:NXOpen.CAE.Function

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature ConicalFunction(function)

Parameters:function (NXOpen.CAE.Function) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

ConicalType

BushingCylindricalCoefficientsComponent.ConicalType

Returns or sets the conical coefficient type

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

Getter Method

Signature ConicalType()

Returns:
Return type:NXOpen.Motion.ConnectorCoefficientTypes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature ConicalType(conicalType)

Parameters:conicalType (NXOpen.Motion.ConnectorCoefficientTypes) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

Longitudinal

BushingCylindricalCoefficientsComponent.Longitudinal

Returns or sets the longitudinal double value, it is available only when Motion.BushingCylindricalCoefficientsComponent.RadialType`() set to MotionConnectorCoefficientTypes.Constant case

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

Getter Method

Signature Longitudinal()

Returns:
Return type:float

New in version NX6.0.0.

Deprecated since version NX8.0.0: Obtain the expression using Motion.BushingCylindricalCoefficientsComponent.LongitudinalExpression() to query or edit it.

License requirements: None.

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

Setter Method

Signature Longitudinal(longitudinal)

Parameters:longitudinal (float) –

New in version NX6.0.0.

Deprecated since version NX8.0.0: Obtain the expression using Motion.BushingCylindricalCoefficientsComponent.LongitudinalExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

LongitudinalExpression

BushingCylindricalCoefficientsComponent.LongitudinalExpression

Returns the longitudinal coefficient expression, it is available only when Motion.BushingCylindricalCoefficientsComponent.RadialType`() set to MotionConnectorCoefficientTypes.Constant case

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

Getter Method

Signature LongitudinalExpression()

Returns:
Return type:NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

LongitudinalFunction

BushingCylindricalCoefficientsComponent.LongitudinalFunction

Returns or sets the longitudinal function tag, it is available only when Motion.BushingCylindricalCoefficientsComponent.RadialType`() set to MotionConnectorCoefficientTypes.Spline case

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

Getter Method

Signature LongitudinalFunction()

Returns:
Return type:NXOpen.CAE.Function

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature LongitudinalFunction(function)

Parameters:function (NXOpen.CAE.Function) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

Radial

BushingCylindricalCoefficientsComponent.Radial

Returns or sets the radial, it is available only when Motion.BushingCylindricalCoefficientsComponent.RadialType`() set to MotionConnectorCoefficientTypes.Constant case

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

Getter Method

Signature Radial()

Returns:
Return type:float

New in version NX6.0.0.

Deprecated since version NX8.0.0: Obtain the expression using Motion.BushingCylindricalCoefficientsComponent.RadialExpression() to query or edit it.

License requirements: None.

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

Setter Method

Signature Radial(radial)

Parameters:radial (float) –

New in version NX6.0.0.

Deprecated since version NX8.0.0: Obtain the expression using Motion.BushingCylindricalCoefficientsComponent.RadialExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

RadialExpression

BushingCylindricalCoefficientsComponent.RadialExpression

Returns the radial coefficient expression, it is available only when Motion.BushingCylindricalCoefficientsComponent.RadialType`() set to MotionConnectorCoefficientTypes.Constant case

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

Getter Method

Signature RadialExpression()

Returns:
Return type:NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

RadialFunction

BushingCylindricalCoefficientsComponent.RadialFunction

Returns or sets the radial function tag, it is available only when Motion.BushingCylindricalCoefficientsComponent.RadialType`() set to MotionConnectorCoefficientTypes.Spline case

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

Getter Method

Signature RadialFunction()

Returns:
Return type:NXOpen.CAE.Function

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature RadialFunction(function)

Parameters:function (NXOpen.CAE.Function) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

RadialType

BushingCylindricalCoefficientsComponent.RadialType

Returns or sets the radial type

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

Getter Method

Signature RadialType()

Returns:
Return type:NXOpen.Motion.ConnectorCoefficientTypes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature RadialType(radialType)

Parameters:radialType (NXOpen.Motion.ConnectorCoefficientTypes) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

Torsional

BushingCylindricalCoefficientsComponent.Torsional

Returns or sets the torsional coefficient, it is available only when Motion.BushingCylindricalCoefficientsComponent.ConicalType`() set to MotionConnectorCoefficientTypes.Constant case

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

Getter Method

Signature Torsional()

Returns:
Return type:float

New in version NX6.0.0.

Deprecated since version NX8.0.0: Obtain the expression using Motion.BushingCylindricalCoefficientsComponent.TorsionalExpression() to query or edit it.

License requirements: None.

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

Setter Method

Signature Torsional(torsional)

Parameters:torsional (float) –

New in version NX6.0.0.

Deprecated since version NX8.0.0: Obtain the expression using Motion.BushingCylindricalCoefficientsComponent.TorsionalExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

TorsionalExpression

BushingCylindricalCoefficientsComponent.TorsionalExpression

Returns the torsional coefficient expression, it is available only when Motion.BushingCylindricalCoefficientsComponent.ConicalType`() set to MotionConnectorCoefficientTypes.Constant case

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

Getter Method

Signature TorsionalExpression()

Returns:
Return type:NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

TorsionalFunction

BushingCylindricalCoefficientsComponent.TorsionalFunction

Returns or sets the torsional function tag, it is available only when Motion.BushingCylindricalCoefficientsComponent.ConicalType`() set to MotionConnectorCoefficientTypes.Spline case

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

Getter Method

Signature TorsionalFunction()

Returns:
Return type:NXOpen.CAE.Function

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature TorsionalFunction(function)

Parameters:function (NXOpen.CAE.Function) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

Method Detail

Validate

BushingCylindricalCoefficientsComponent.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.