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

Represents a NXOpen::Motion::MotionSolutionBuilder
To create a new instance of this class, use NXOpen::Motion::MotionSolutionCollection::CreateSolutionBuilder

Created in NX5.0.0. More...

Inheritance diagram for NXOpen::Motion::MotionSolutionBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  AnalysisTypes { AnalysisTypesDynamic, AnalysisTypesStatic, AnalysisTypesControl }
 Analysis type The LMS Solver does not support NXOpen::Motion::MotionSolutionBuilder::AnalysisTypesControl . More...
 
enum  SolutionTypes { SolutionTypesNormal, SolutionTypesArticulation, SolutionTypesSpreadsheet, SolutionTypesFlexbody }
 Solution type. More...
 

Public Member Functions

NXOpen::Motion::AdamsSolverPropertyAdamsSolverProperty ()
 Returns the Adams Solver property
Created in NX5.0.0. More...
 
NXOpen::Motion::MotionSolutionBuilder::AnalysisTypes AnalysisType ()
 Returns the analysis type
Created in NX5.0.0. More...
 
NXString Description ()
 Returns the description
Created in NX5.0.0. More...
 
NXOpen::ExpressionGravityValueExpression ()
 Returns the gravity value expression
Created in NX8.5.0. More...
 
NXOpen::DirectionGravityVector ()
 Returns the gravity vector
Created in NX5.0.0. More...
 
bool IsSkipStep ()
 Returns the skipped steps option
Created in NX8.0.0. More...
 
NXOpen::Motion::LmsSolverPropertyLmsSolverProperty ()
 Returns the LMS Solver property
Created in NX10.0.0. More...
 
NXString Name ()
 Returns the name
Created in NX5.0.0. More...
 
NXOpen::Motion::RecurdynSolverPropertyRecurdynSolverProperty ()
 Returns the Recurdyn Solver property
Created in NX5.0.0. More...
 
void SetAdamsSolverProperty (NXOpen::Motion::AdamsSolverProperty *adamsSolverProperty)
 Sets the Adams Solver property
Created in NX5.0.0. More...
 
void SetAnalysisType (NXOpen::Motion::MotionSolutionBuilder::AnalysisTypes analysisType)
 Sets the analysis type
Created in NX5.0.0. More...
 
void SetDescription (const NXString &description)
 Sets the description
Created in NX5.0.0. More...
 
void SetDescription (const char *description)
 Sets the description
Created in NX5.0.0. More...
 
void SetGravityVector (NXOpen::Direction *gravityVector)
 Sets the gravity vector
Created in NX5.0.0. More...
 
void SetLmsSolverProperty (NXOpen::Motion::LmsSolverProperty *lmsSolverProperty)
 Sets the LMS Solver property
Created in NX10.0.0. More...
 
void SetName (const NXString &name)
 Sets the name
Created in NX5.0.0. More...
 
void SetName (const char *name)
 Sets the name
Created in NX5.0.0. More...
 
void SetRecurdynSolverProperty (NXOpen::Motion::RecurdynSolverProperty *recurdynSolverProperty)
 Sets the Recurdyn Solver property
Created in NX5.0.0. More...
 
void SetSkipStep (bool isSkipStep)
 Sets the skipped steps option
Created in NX8.0.0. More...
 
void SetSkipSteps (const NXString &skipSteps)
 Sets the skipped steps
Created in NX8.0.0. More...
 
void SetSkipSteps (const char *skipSteps)
 Sets the skipped steps
Created in NX8.0.0. More...
 
void SetSolutionType (NXOpen::Motion::MotionSolutionBuilder::SolutionTypes solutionType)
 Sets the solution type
Created in NX5.0.0. More...
 
void SetStaticAnalysis (bool staticAnalysis)
 Sets the Static Analysis option
Created in NX7.5.0. More...
 
void SetStep (int step)
 Sets the step
Created in NX5.0.0. More...
 
NXString SkipSteps ()
 Returns the skipped steps
Created in NX8.0.0. More...
 
NXOpen::Motion::MotionSolutionBuilder::SolutionTypes SolutionType ()
 Returns the solution type
Created in NX5.0.0. More...
 
bool StaticAnalysis ()
 Returns the Static Analysis option
Created in NX7.5.0. More...
 
int Step ()
 Returns the step
Created in NX5.0.0. More...
 
NXOpen::ExpressionTimeExpression ()
 Returns the time expression
Created in NX8.5.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...
 

Detailed Description

Represents a NXOpen::Motion::MotionSolutionBuilder
To create a new instance of this class, use NXOpen::Motion::MotionSolutionCollection::CreateSolutionBuilder

Created in NX5.0.0.


Member Enumeration Documentation

Analysis type The LMS Solver does not support NXOpen::Motion::MotionSolutionBuilder::AnalysisTypesControl .

Enumerator
AnalysisTypesDynamic 

Dynamic or Kinematic analysis.

AnalysisTypesStatic 

Static analysis.

AnalysisTypesControl 

control

Solution type.

Enumerator
SolutionTypesNormal 

Normal run.

SolutionTypesArticulation 

Articulation run.

SolutionTypesSpreadsheet 

Spreadsheet run.

SolutionTypesFlexbody 

Flexible Body Dynamics run.

Member Function Documentation

NXOpen::Motion::AdamsSolverProperty* NXOpen::Motion::MotionSolutionBuilder::AdamsSolverProperty ( )

Returns the Adams Solver property
Created in NX5.0.0.



License requirements : None

NXOpen::Motion::MotionSolutionBuilder::AnalysisTypes NXOpen::Motion::MotionSolutionBuilder::AnalysisType ( )

Returns the analysis type
Created in NX5.0.0.



License requirements : None

NXString NXOpen::Motion::MotionSolutionBuilder::Description ( )

Returns the description
Created in NX5.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Motion::MotionSolutionBuilder::GravityValueExpression ( )

Returns the gravity value expression
Created in NX8.5.0.



License requirements : None

NXOpen::Direction* NXOpen::Motion::MotionSolutionBuilder::GravityVector ( )

Returns the gravity vector
Created in NX5.0.0.



License requirements : None

bool NXOpen::Motion::MotionSolutionBuilder::IsSkipStep ( )

Returns the skipped steps option
Created in NX8.0.0.



License requirements : None

NXOpen::Motion::LmsSolverProperty* NXOpen::Motion::MotionSolutionBuilder::LmsSolverProperty ( )

Returns the LMS Solver property
Created in NX10.0.0.



License requirements : None

NXString NXOpen::Motion::MotionSolutionBuilder::Name ( )

Returns the name
Created in NX5.0.0.



License requirements : None

NXOpen::Motion::RecurdynSolverProperty* NXOpen::Motion::MotionSolutionBuilder::RecurdynSolverProperty ( )

Returns the Recurdyn Solver property
Created in NX5.0.0.



License requirements : None

void NXOpen::Motion::MotionSolutionBuilder::SetAdamsSolverProperty ( NXOpen::Motion::AdamsSolverProperty adamsSolverProperty)

Sets the Adams Solver property
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
adamsSolverPropertyadamssolverproperty
void NXOpen::Motion::MotionSolutionBuilder::SetAnalysisType ( NXOpen::Motion::MotionSolutionBuilder::AnalysisTypes  analysisType)

Sets the analysis type
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
analysisTypeanalysistype
void NXOpen::Motion::MotionSolutionBuilder::SetDescription ( const NXString description)

Sets the description
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
descriptiondescription
void NXOpen::Motion::MotionSolutionBuilder::SetDescription ( const char *  description)

Sets the description
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
descriptiondescription
void NXOpen::Motion::MotionSolutionBuilder::SetGravityVector ( NXOpen::Direction gravityVector)

Sets the gravity vector
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
gravityVectorgravityvector
void NXOpen::Motion::MotionSolutionBuilder::SetLmsSolverProperty ( NXOpen::Motion::LmsSolverProperty lmsSolverProperty)

Sets the LMS Solver property
Created in NX10.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
lmsSolverPropertylmssolverproperty
void NXOpen::Motion::MotionSolutionBuilder::SetName ( const NXString name)

Sets the name
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

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

Sets the name
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
namename
void NXOpen::Motion::MotionSolutionBuilder::SetRecurdynSolverProperty ( NXOpen::Motion::RecurdynSolverProperty recurdynSolverProperty)

Sets the Recurdyn Solver property
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
recurdynSolverPropertyrecurdynsolverproperty
void NXOpen::Motion::MotionSolutionBuilder::SetSkipStep ( bool  isSkipStep)

Sets the skipped steps option
Created in NX8.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
isSkipStepisskipstep
void NXOpen::Motion::MotionSolutionBuilder::SetSkipSteps ( const NXString skipSteps)

Sets the skipped steps
Created in NX8.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
skipStepsskipsteps
void NXOpen::Motion::MotionSolutionBuilder::SetSkipSteps ( const char *  skipSteps)

Sets the skipped steps
Created in NX8.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
skipStepsskipsteps
void NXOpen::Motion::MotionSolutionBuilder::SetSolutionType ( NXOpen::Motion::MotionSolutionBuilder::SolutionTypes  solutionType)

Sets the solution type
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
solutionTypesolutiontype
void NXOpen::Motion::MotionSolutionBuilder::SetStaticAnalysis ( bool  staticAnalysis)

Sets the Static Analysis option
Created in NX7.5.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
staticAnalysisstaticanalysis
void NXOpen::Motion::MotionSolutionBuilder::SetStep ( int  step)

Sets the step
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
stepstep
NXString NXOpen::Motion::MotionSolutionBuilder::SkipSteps ( )

Returns the skipped steps
Created in NX8.0.0.



License requirements : None

NXOpen::Motion::MotionSolutionBuilder::SolutionTypes NXOpen::Motion::MotionSolutionBuilder::SolutionType ( )

Returns the solution type
Created in NX5.0.0.



License requirements : None

bool NXOpen::Motion::MotionSolutionBuilder::StaticAnalysis ( )

Returns the Static Analysis option
Created in NX7.5.0.



License requirements : None

int NXOpen::Motion::MotionSolutionBuilder::Step ( )

Returns the step
Created in NX5.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Motion::MotionSolutionBuilder::TimeExpression ( )

Returns the time expression
Created in NX8.5.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.