BushingSphericalCoefficientsComponent Class¶
-
class
NXOpen.Motion.BushingSphericalCoefficientsComponent¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents 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 toMotionConnectorCoefficientTypes.Profile2dorMotionConnectorCoefficientTypes.ExpressionAndProfile2d-------------------------------------Getter Method
Signature
ConicalCurveProfileReturns: Return type: NXOpen.Motion.SelectFieldDataNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
ConicalExpression¶
-
BushingSphericalCoefficientsComponent.ConicalExpression¶ Returns the conical expression type
-------------------------------------Getter Method
Signature
ConicalExpressionReturns: Return type: NXOpen.ExpressionNew in version NX12.0.0.
License requirements: None.
ConicalFunction¶
-
BushingSphericalCoefficientsComponent.ConicalFunction¶ Returns or sets the conical function type
-------------------------------------Getter Method
Signature
ConicalFunctionReturns: Return type: NXOpen.CAE.FunctionNew in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ConicalFunctionParameters: 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
ConicalTypeReturns: Return type: NXOpen.Motion.ConnectorCoefficientTypesNew in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ConicalTypeParameters: 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 toMotionConnectorCoefficientTypes.Profile2dorMotionConnectorCoefficientTypes.ExpressionAndProfile2d-------------------------------------Getter Method
Signature
RadialCurveProfileReturns: Return type: NXOpen.Motion.SelectFieldDataNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
RadialExpression¶
-
BushingSphericalCoefficientsComponent.RadialExpression¶ Returns the radial expression type
-------------------------------------Getter Method
Signature
RadialExpressionReturns: Return type: NXOpen.ExpressionNew in version NX12.0.0.
License requirements: None.
RadialFunction¶
-
BushingSphericalCoefficientsComponent.RadialFunction¶ Returns or sets the radial function type
-------------------------------------Getter Method
Signature
RadialFunctionReturns: Return type: NXOpen.CAE.FunctionNew in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RadialFunctionParameters: 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
RadialTypeReturns: Return type: NXOpen.Motion.ConnectorCoefficientTypesNew in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RadialTypeParameters: 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.