NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::Motion::ResultMeasureBuilder Class Reference

Represents a NXOpen::Motion::ResultMeasure builder
To create a new instance of this class, use NXOpen::Motion::ResultMeasureCollection::CreateResultMeasureBuilder

Created in NX11.0.0. More...

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

Public Member Functions

NXOpen::TaggedObjectCommitResultMeasure ()
 Commits the Builder, and returns the created result measure object. More...
 
NXString ExpName ()
 Returns the expression name
Created in NX11.0.0. More...
 
NXOpen::Motion::ResultMeasure::InterferenceType InterferenceType ()
 Returns the interference result type
Created in NX11.0.0. More...
 
NXOpen::SelectNXObjectReferenceObject ()
 Returns the reference object
Created in NX11.0.0. More...
 
NXOpen::Motion::ResultMeasure::ResultType ResultType ()
 Returns the result type
Created in NX11.0.0. More...
 
void SetExpName (const NXString &name)
 Sets the expression name
Created in NX11.0.0. More...
 
void SetExpName (const char *name)
 Sets the expression name
Created in NX11.0.0. More...
 
void SetInterferenceType (NXOpen::Motion::ResultMeasure::InterferenceType interferenceType)
 Sets the interference result type
Created in NX11.0.0. More...
 
void SetResultType (NXOpen::Motion::ResultMeasure::ResultType resultType)
 Sets the result type
Created in NX11.0.0. More...
 
void SetSolution (NXOpen::Motion::MotionSolution *solution)
 Sets the solution
Created in NX11.0.0. More...
 
NXOpen::Motion::MotionSolutionSolution ()
 Returns the solution
Created in NX11.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...
 

Detailed Description

Represents a NXOpen::Motion::ResultMeasure builder
To create a new instance of this class, use NXOpen::Motion::ResultMeasureCollection::CreateResultMeasureBuilder

Created in NX11.0.0.


Member Function Documentation

NXOpen::TaggedObject* NXOpen::Motion::ResultMeasureBuilder::CommitResultMeasure ( )

Commits the Builder, and returns the created result measure object.


Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

NXString NXOpen::Motion::ResultMeasureBuilder::ExpName ( )

Returns the expression name
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::Motion::ResultMeasure::InterferenceType NXOpen::Motion::ResultMeasureBuilder::InterferenceType ( )

Returns the interference result type
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::SelectNXObject* NXOpen::Motion::ResultMeasureBuilder::ReferenceObject ( )

Returns the reference object
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::Motion::ResultMeasure::ResultType NXOpen::Motion::ResultMeasureBuilder::ResultType ( )

Returns the result type
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

void NXOpen::Motion::ResultMeasureBuilder::SetExpName ( const NXString name)

Sets the expression name
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
namename
void NXOpen::Motion::ResultMeasureBuilder::SetExpName ( const char *  name)

Sets the expression name
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
namename
void NXOpen::Motion::ResultMeasureBuilder::SetInterferenceType ( NXOpen::Motion::ResultMeasure::InterferenceType  interferenceType)

Sets the interference result type
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
interferenceTypeinterferencetype
void NXOpen::Motion::ResultMeasureBuilder::SetResultType ( NXOpen::Motion::ResultMeasure::ResultType  resultType)

Sets the result type
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
resultTyperesulttype
void NXOpen::Motion::ResultMeasureBuilder::SetSolution ( NXOpen::Motion::MotionSolution solution)

Sets the solution
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
solutionsolution
NXOpen::Motion::MotionSolution* NXOpen::Motion::ResultMeasureBuilder::Solution ( )

Returns the solution
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")


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