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

Represents a Motion BushingGeneralCoefficientsComponent. More...

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

Public Member Functions

NXOpen::Motion::ConnectorCoefficientTypes CoefficientsType ()
 Returns the type will be constant or spline
Created in NX6.0.0. More...
 
void SetCoefficientsType (NXOpen::Motion::ConnectorCoefficientTypes type)
 Sets the type will be constant or spline
Created in NX6.0.0. More...
 
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. More...
 
void SetXValue (double xValue)
 Sets the x value, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case
More...
 
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. More...
 
void SetYValue (double yValue)
 Sets the y value, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case
More...
 
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. More...
 
void SetZValue (double zValue)
 Sets the z value, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case
More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
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. More...
 
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. More...
 
double XValue ()
 Returns the x value, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case
More...
 
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. More...
 
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. More...
 
double YValue ()
 Returns the y value, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case
More...
 
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. More...
 
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. More...
 
double ZValue ()
 Returns the z value, it is available only when Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType is set to Motion::ConnectorCoefficientTypesConstant case
More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Motion BushingGeneralCoefficientsComponent.


Created in NX6.0.0.

Member Function Documentation

NXOpen::Motion::ConnectorCoefficientTypes NXOpen::Motion::BushingGeneralCoefficientsComponent::CoefficientsType ( )

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



License requirements : None

void NXOpen::Motion::BushingGeneralCoefficientsComponent::SetCoefficientsType ( NXOpen::Motion::ConnectorCoefficientTypes  type)

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



License requirements : mechanisms ("MECHANISMS")

Parameters
typetype
void NXOpen::Motion::BushingGeneralCoefficientsComponent::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.



License requirements : mechanisms ("MECHANISMS")

Parameters
functionfunction
void NXOpen::Motion::BushingGeneralCoefficientsComponent::SetXValue ( double  xValue)

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

Deprecated:
Deprecated in NX8.0.0.

Obtain the expression using Motion::BushingGeneralCoefficientsComponent::XExpression to query or edit it.


Created in NX6.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
xValuexvalue
void NXOpen::Motion::BushingGeneralCoefficientsComponent::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.



License requirements : mechanisms ("MECHANISMS")

Parameters
functionfunction
void NXOpen::Motion::BushingGeneralCoefficientsComponent::SetYValue ( double  yValue)

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

Deprecated:
Deprecated in NX8.0.0.

Obtain the expression using Motion::BushingGeneralCoefficientsComponent::YExpression to query or edit it.


Created in NX6.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
yValueyvalue
void NXOpen::Motion::BushingGeneralCoefficientsComponent::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.



License requirements : mechanisms ("MECHANISMS")

Parameters
functionfunction
void NXOpen::Motion::BushingGeneralCoefficientsComponent::SetZValue ( double  zValue)

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

Deprecated:
Deprecated in NX8.0.0.

Obtain the expression using Motion::BushingGeneralCoefficientsComponent::ZExpression to query or edit it.


Created in NX6.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
zValuezvalue
virtual bool NXOpen::Motion::BushingGeneralCoefficientsComponent::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.

NXOpen::Expression* NXOpen::Motion::BushingGeneralCoefficientsComponent::XExpression ( )

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

NXOpen::CAE::Function* NXOpen::Motion::BushingGeneralCoefficientsComponent::XFunction ( )

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

double NXOpen::Motion::BushingGeneralCoefficientsComponent::XValue ( )

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

Deprecated:
Deprecated in NX8.0.0.

Obtain the expression using Motion::BushingGeneralCoefficientsComponent::XExpression to query or edit it.


Created in NX6.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Motion::BushingGeneralCoefficientsComponent::YExpression ( )

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

NXOpen::CAE::Function* NXOpen::Motion::BushingGeneralCoefficientsComponent::YFunction ( )

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

double NXOpen::Motion::BushingGeneralCoefficientsComponent::YValue ( )

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

Deprecated:
Deprecated in NX8.0.0.

Obtain the expression using Motion::BushingGeneralCoefficientsComponent::YExpression to query or edit it.


Created in NX6.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Motion::BushingGeneralCoefficientsComponent::ZExpression ( )

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

NXOpen::CAE::Function* NXOpen::Motion::BushingGeneralCoefficientsComponent::ZFunction ( )

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

double NXOpen::Motion::BushingGeneralCoefficientsComponent::ZValue ( )

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

Deprecated:
Deprecated in NX8.0.0.

Obtain the expression using Motion::BushingGeneralCoefficientsComponent::ZExpression to query or edit it.


Created in NX6.0.0.

License requirements : None


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