BushingSphericalCoefficientsComponent Class

class NXOpen.Motion.BushingSphericalCoefficientsComponent

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a Motion BushingSphericalCoefficientsComponent

New in version NX12.0.0.

Properties

Property Description
ConicalCurveProfile Returns the conical curve profile.
ConicalExpression Returns the conical expression type
ConicalFunction Returns or sets the conical function type
ConicalType Returns or sets the conical coefficient type
RadialCurveProfile Returns the radial curve profile.
RadialExpression Returns the radial expression type
RadialFunction Returns or sets the radial function type
RadialType Returns or sets the radial type
Tag Returns the Tag for this object.

Methods

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

Property Detail

ConicalCurveProfile

BushingSphericalCoefficientsComponent.ConicalCurveProfile

Returns the conical curve profile.

It is available only when Motion.BushingSphericalCoefficientsComponent.ConicalType() is set to MotionConnectorCoefficientTypes.Profile2d or MotionConnectorCoefficientTypes.ExpressionAndProfile2d

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

Getter Method

Signature ConicalCurveProfile

Returns:
Return type:NXOpen.Motion.SelectFieldData

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

ConicalExpression

BushingSphericalCoefficientsComponent.ConicalExpression

Returns the conical expression type

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

Getter Method

Signature ConicalExpression

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

ConicalFunction

BushingSphericalCoefficientsComponent.ConicalFunction

Returns or sets the conical function type

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

Getter Method

Signature ConicalFunction

Returns:
Return type:NXOpen.CAE.Function

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature ConicalFunction

Parameters:conicalFunction (NXOpen.CAE.Function) –

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

ConicalType

BushingSphericalCoefficientsComponent.ConicalType

Returns or sets the conical coefficient type

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

Getter Method

Signature ConicalType

Returns:
Return type:NXOpen.Motion.ConnectorCoefficientTypes

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature ConicalType

Parameters:conicalType (NXOpen.Motion.ConnectorCoefficientTypes) –

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

RadialCurveProfile

BushingSphericalCoefficientsComponent.RadialCurveProfile

Returns the radial curve profile.

It is available only when Motion.BushingSphericalCoefficientsComponent.RadialType() is set to MotionConnectorCoefficientTypes.Profile2d or MotionConnectorCoefficientTypes.ExpressionAndProfile2d

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

Getter Method

Signature RadialCurveProfile

Returns:
Return type:NXOpen.Motion.SelectFieldData

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

RadialExpression

BushingSphericalCoefficientsComponent.RadialExpression

Returns the radial expression type

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

Getter Method

Signature RadialExpression

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

RadialFunction

BushingSphericalCoefficientsComponent.RadialFunction

Returns or sets the radial function type

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

Getter Method

Signature RadialFunction

Returns:
Return type:NXOpen.CAE.Function

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature RadialFunction

Parameters:radialFunction (NXOpen.CAE.Function) –

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

RadialType

BushingSphericalCoefficientsComponent.RadialType

Returns or sets the radial type

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

Getter Method

Signature RadialType

Returns:
Return type:NXOpen.Motion.ConnectorCoefficientTypes

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature RadialType

Parameters:radialType (NXOpen.Motion.ConnectorCoefficientTypes) –

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

Method Detail

Validate

BushingSphericalCoefficientsComponent.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.