NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Motion::BushingSphericalCoefficientsComponent Class Reference

Represents a Motion BushingSphericalCoefficientsComponent. More...

Inheritance diagram for NXOpen::Motion::BushingSphericalCoefficientsComponent:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::Motion::SelectFieldDataConicalCurveProfile ()
 Returns the conical curve profile. More...
 
NXOpen::ExpressionConicalExpression ()
 Returns the conical expression type
Created in NX12.0.0. More...
 
NXOpen::CAE::FunctionConicalFunction ()
 Returns the conical function type
Created in NX12.0.0. More...
 
NXOpen::Motion::ConnectorCoefficientTypes ConicalType ()
 Returns the conical coefficient type
Created in NX12.0.0. More...
 
NXOpen::Motion::SelectFieldDataRadialCurveProfile ()
 Returns the radial curve profile. More...
 
NXOpen::ExpressionRadialExpression ()
 Returns the radial expression type
Created in NX12.0.0. More...
 
NXOpen::CAE::FunctionRadialFunction ()
 Returns the radial function type
Created in NX12.0.0. More...
 
NXOpen::Motion::ConnectorCoefficientTypes RadialType ()
 Returns the radial type
Created in NX12.0.0. More...
 
void SetConicalFunction (NXOpen::CAE::Function *conicalFunction)
 Sets the conical function type
Created in NX12.0.0. More...
 
void SetConicalType (NXOpen::Motion::ConnectorCoefficientTypes conicalType)
 Sets the conical coefficient type
Created in NX12.0.0. More...
 
void SetRadialFunction (NXOpen::CAE::Function *radialFunction)
 Sets the radial function type
Created in NX12.0.0. More...
 
void SetRadialType (NXOpen::Motion::ConnectorCoefficientTypes radialType)
 Sets the radial type
Created in NX12.0.0. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Motion BushingSphericalCoefficientsComponent.


Created in NX12.0.0.

Member Function Documentation

NXOpen::Motion::SelectFieldData* NXOpen::Motion::BushingSphericalCoefficientsComponent::ConicalCurveProfile ( )

Returns the conical curve profile.

It is available only when Motion::BushingSphericalCoefficientsComponent::SetConicalType is set to Motion::ConnectorCoefficientTypesProfile2d or Motion::ConnectorCoefficientTypesExpressionAndProfile2d
Created in NX12.0.0.

License requirements : mechanisms ("MECHANISMS")

NXOpen::Expression* NXOpen::Motion::BushingSphericalCoefficientsComponent::ConicalExpression ( )

Returns the conical expression type
Created in NX12.0.0.



License requirements : None

NXOpen::CAE::Function* NXOpen::Motion::BushingSphericalCoefficientsComponent::ConicalFunction ( )

Returns the conical function type
Created in NX12.0.0.



License requirements : None

NXOpen::Motion::ConnectorCoefficientTypes NXOpen::Motion::BushingSphericalCoefficientsComponent::ConicalType ( )

Returns the conical coefficient type
Created in NX12.0.0.



License requirements : None

NXOpen::Motion::SelectFieldData* NXOpen::Motion::BushingSphericalCoefficientsComponent::RadialCurveProfile ( )

Returns the radial curve profile.

It is available only when Motion::BushingSphericalCoefficientsComponent::SetRadialType is set to Motion::ConnectorCoefficientTypesProfile2d or Motion::ConnectorCoefficientTypesExpressionAndProfile2d
Created in NX12.0.0.

License requirements : mechanisms ("MECHANISMS")

NXOpen::Expression* NXOpen::Motion::BushingSphericalCoefficientsComponent::RadialExpression ( )

Returns the radial expression type
Created in NX12.0.0.



License requirements : None

NXOpen::CAE::Function* NXOpen::Motion::BushingSphericalCoefficientsComponent::RadialFunction ( )

Returns the radial function type
Created in NX12.0.0.



License requirements : None

NXOpen::Motion::ConnectorCoefficientTypes NXOpen::Motion::BushingSphericalCoefficientsComponent::RadialType ( )

Returns the radial type
Created in NX12.0.0.



License requirements : None

void NXOpen::Motion::BushingSphericalCoefficientsComponent::SetConicalFunction ( NXOpen::CAE::Function conicalFunction)

Sets the conical function type
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
conicalFunctionconicalfunction
void NXOpen::Motion::BushingSphericalCoefficientsComponent::SetConicalType ( NXOpen::Motion::ConnectorCoefficientTypes  conicalType)

Sets the conical coefficient type
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
conicalTypeconicaltype
void NXOpen::Motion::BushingSphericalCoefficientsComponent::SetRadialFunction ( NXOpen::CAE::Function radialFunction)

Sets the radial function type
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
radialFunctionradialfunction
void NXOpen::Motion::BushingSphericalCoefficientsComponent::SetRadialType ( NXOpen::Motion::ConnectorCoefficientTypes  radialType)

Sets the radial type
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
radialTyperadialtype
virtual bool NXOpen::Motion::BushingSphericalCoefficientsComponent::Validate ( )
virtual

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.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.