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

Represents a DamperBuilder
To create a new instance of this class, use NXOpen::Motion::DamperCollection::CreateDamperBuilder

Created in NX6.0.0. More...

Inheritance diagram for NXOpen::Motion::DamperBuilder:
NXOpen::Motion::ConnectorBuilder NXOpen::Motion::MotionBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::Motion::SelectFieldDataCoefficientCurveProfile ()
 Returns the coefficient profile
Created in NX12.0.0. More...
 
NXOpen::ExpressionCoefficientExpression ()
 Returns the translational coefficient expression
Created in NX8.0.0. More...
 
NXOpen::CAE::FunctionCoefficientFunction ()
 Returns the function tag. More...
 
NXOpen::Motion::ConnectorCoefficientTypes CoefficientType ()
 Returns the coefficient type
Created in NX6.0.0. More...
 
NXOpen::Motion::ConnectorBuilder::ApplicationDirection DamperAppDirection ()
 Returns the application direction
Created in NX12.0.0. More...
 
bool DamperCustomizedSolver ()
 Returns the option of using Customized Solver
Created in NX12.0.0. More...
 
NXString Name ()
 Returns the name
Created in NX6.0.0. More...
 
void SetCoefficientFunction (NXOpen::CAE::Function *function)
 Sets the function tag. More...
 
void SetCoefficientType (NXOpen::Motion::ConnectorCoefficientTypes coefficientType)
 Sets the coefficient type
Created in NX6.0.0. More...
 
void SetDamperAppDirection (NXOpen::Motion::ConnectorBuilder::ApplicationDirection appDirection)
 Sets the application direction
Created in NX12.0.0. More...
 
void SetDamperCustomizedSolver (bool customizedSolver)
 Sets the option of using Customized Solver
Created in NX12.0.0. More...
 
void SetName (const NXString &name)
 Sets the name
Created in NX6.0.0. More...
 
void SetName (const char *name)
 Sets the name
Created in NX6.0.0. More...
 
NXOpen::ExpressionTorsionalCoefficientExpression ()
 Returns the torsional coefficient expression
Created in NX8.0.0. More...
 
- Public Member Functions inherited from NXOpen::Motion::ConnectorBuilder
NXOpen::Motion::SelectLinkActionLink ()
 Returns the action link. More...
 
NXOpen::PointActionPoint ()
 Returns the action point. More...
 
NXOpen::Motion::ConnectorBuilder::AttachmentType Attachment ()
 Returns the attachment type
Created in NX6.0.0. More...
 
NXOpen::Motion::SelectJointJoint ()
 Returns the joint . More...
 
NXOpen::Motion::SelectLinkReactionLink ()
 Returns the reaction link. More...
 
NXOpen::PointReactionPoint ()
 Returns the reaction point. More...
 
void SetActionPoint (NXOpen::Point *actionPoint)
 Sets the action point. More...
 
void SetAttachment (NXOpen::Motion::ConnectorBuilder::AttachmentType attachment)
 Sets the attachment type
Created in NX6.0.0. More...
 
void SetReactionPoint (NXOpen::Point *reactionPoint)
 Sets the reaction point. More...
 
- Public Member Functions inherited from NXOpen::Motion::MotionBuilder
double DisplayScale ()
 Returns the icon display scale
Created in NX5.0.0. More...
 
NXString GroupName ()
 Returns the group name
Created in NX5.0.0. More...
 
NXOpen::Motion::MotionObject::GroupType GroupType ()
 Returns the group type
Created in NX5.0.0. More...
 
void SetDisplayScale (double displayScale)
 Sets the icon display scale
Created in NX5.0.0. More...
 
void SetGroupName (const NXString &groupName)
 Sets the group name
Created in NX5.0.0. More...
 
void SetGroupName (const char *groupName)
 Sets the group name
Created in NX5.0.0. More...
 
void SetGroupType (NXOpen::Motion::MotionObject::GroupType groupType)
 Sets the group type
Created in NX5.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. 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...
 

Additional Inherited Members

- Public Types inherited from NXOpen::Motion::ConnectorBuilder
enum  ApplicationDirection { ApplicationDirectionBidirectional, ApplicationDirectionTensionOnly, ApplicationDirectionCompressionOnly }
 Definitions of application direction. More...
 
enum  AttachmentType { AttachmentTypeLink, AttachmentTypeSliderJoint, AttachmentTypeRevoluteJoint }
 Definitions of connector attachment type. More...
 

Detailed Description

Represents a DamperBuilder
To create a new instance of this class, use NXOpen::Motion::DamperCollection::CreateDamperBuilder

Created in NX6.0.0.


Member Function Documentation

NXOpen::Motion::SelectFieldData* NXOpen::Motion::DamperBuilder::CoefficientCurveProfile ( )

Returns the coefficient profile
Created in NX12.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Motion::DamperBuilder::CoefficientExpression ( )

Returns the translational coefficient expression
Created in NX8.0.0.



License requirements : None

NXOpen::CAE::Function* NXOpen::Motion::DamperBuilder::CoefficientFunction ( )

Returns the function tag.

Only valid if Motion::ConnectorCoefficientTypesSpline is set
Created in NX6.0.0.

License requirements : None

NXOpen::Motion::ConnectorCoefficientTypes NXOpen::Motion::DamperBuilder::CoefficientType ( )

Returns the coefficient type
Created in NX6.0.0.



License requirements : None

NXOpen::Motion::ConnectorBuilder::ApplicationDirection NXOpen::Motion::DamperBuilder::DamperAppDirection ( )

Returns the application direction
Created in NX12.0.0.



License requirements : None

bool NXOpen::Motion::DamperBuilder::DamperCustomizedSolver ( )

Returns the option of using Customized Solver
Created in NX12.0.0.



License requirements : None

NXString NXOpen::Motion::DamperBuilder::Name ( )

Returns the name
Created in NX6.0.0.



License requirements : None

void NXOpen::Motion::DamperBuilder::SetCoefficientFunction ( NXOpen::CAE::Function function)

Sets the function tag.

Only valid if Motion::ConnectorCoefficientTypesSpline is set
Created in NX6.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
functionfunction
void NXOpen::Motion::DamperBuilder::SetCoefficientType ( NXOpen::Motion::ConnectorCoefficientTypes  coefficientType)

Sets the coefficient type
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
coefficientTypecoefficienttype
void NXOpen::Motion::DamperBuilder::SetDamperAppDirection ( NXOpen::Motion::ConnectorBuilder::ApplicationDirection  appDirection)

Sets the application direction
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
appDirectionappdirection
void NXOpen::Motion::DamperBuilder::SetDamperCustomizedSolver ( bool  customizedSolver)

Sets the option of using Customized Solver
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
customizedSolvercustomizedsolver
void NXOpen::Motion::DamperBuilder::SetName ( const NXString name)

Sets the name
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
namename
void NXOpen::Motion::DamperBuilder::SetName ( const char *  name)

Sets the name
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
namename
NXOpen::Expression* NXOpen::Motion::DamperBuilder::TorsionalCoefficientExpression ( )

Returns the torsional coefficient expression
Created in NX8.0.0.



License requirements : None


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