NX Open C++ Reference Guide
Public Member Functions
NXOpen::Motion::BushingGeneralCoefficientsComponent Class Reference

Represents a Motion BushingGeneralCoefficientsComponent. More...

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

List of all members.

Public Member Functions

NXOpen::Motion::ConnectorCoefficientTypes CoefficientsType ()
 Returns the type will be constant or spline
Created in NX6.0.0.
void SetCoefficientsType (NXOpen::Motion::ConnectorCoefficientTypes type)
 Sets the type will be constant or spline
Created in NX6.0.0.
void SetXFunction (NXOpen::CAE::Function *function)
 Sets the component x function tag, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesSpline case
Created in NX6.0.0.
void SetXValue (double xValue)
 Sets the x value, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case

void SetYFunction (NXOpen::CAE::Function *function)
 Sets the component y function tag, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesSpline case
Created in NX6.0.0.
void SetYValue (double yValue)
 Sets the y value, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case

void SetZFunction (NXOpen::CAE::Function *function)
 Sets the component z function tag, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesSpline case
Created in NX6.0.0.
void SetZValue (double zValue)
 Sets the z value, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case

virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.
NXOpen::ExpressionXExpression ()
 Returns the x expression, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case
Created in NX8.0.0.
NXOpen::CAE::FunctionXFunction ()
 Returns the component x function tag, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesSpline case
Created in NX6.0.0.
double XValue ()
 Returns the x value, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case

NXOpen::ExpressionYExpression ()
 Returns the y expression, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case
Created in NX8.0.0.
NXOpen::CAE::FunctionYFunction ()
 Returns the component y function tag, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesSpline case
Created in NX6.0.0.
double YValue ()
 Returns the y value, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case

NXOpen::ExpressionZExpression ()
 Returns the z expression, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case
Created in NX8.0.0.
NXOpen::CAE::FunctionZFunction ()
 Returns the component z function tag, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesSpline case
Created in NX6.0.0.
double ZValue ()
 Returns the z value, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case


Detailed Description

Represents a Motion BushingGeneralCoefficientsComponent.


Created in NX6.0.0.


Member Function Documentation

Returns the type will be constant or spline
Created in NX6.0.0.



License requirements : None

Sets the type will be constant or spline
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters:
typetype

Sets the component x function tag, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesSpline case
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters:
functionfunction

Sets the x value, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case

Deprecated:
Deprecated in NX8.0.0.



Created in NX6.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
xValuexvalue

Sets the component y function tag, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesSpline case
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters:
functionfunction

Sets the y value, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case

Deprecated:
Deprecated in NX8.0.0.



Created in NX6.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
yValueyvalue

Sets the component z function tag, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesSpline case
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters:
functionfunction

Sets the z value, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case

Deprecated:
Deprecated in NX8.0.0.



Created in NX6.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
zValuezvalue

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.

Returns the x expression, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case
Created in NX8.0.0.



License requirements : None

Returns the component x function tag, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesSpline case
Created in NX6.0.0.



License requirements : None

Returns the x value, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case

Deprecated:
Deprecated in NX8.0.0.



Created in NX6.0.0.

License requirements : None

Returns the y expression, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case
Created in NX8.0.0.



License requirements : None

Returns the component y function tag, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesSpline case
Created in NX6.0.0.



License requirements : None

Returns the y value, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case

Deprecated:
Deprecated in NX8.0.0.



Created in NX6.0.0.

License requirements : None

Returns the z expression, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case
Created in NX8.0.0.



License requirements : None

Returns the component z function tag, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesSpline case
Created in NX6.0.0.



License requirements : None

Returns the z value, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case

Deprecated:
Deprecated in NX8.0.0.



Created in NX6.0.0.

License requirements : None


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