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

Represents a NXOpen::Annotations::DimensionSetBuilder
This is a sub-builder class and cannot be directly instantiated

Created in NX9.0.0. More...

Inheritance diagram for NXOpen::Annotations::DimensionSetBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  DimensionSetMethod { DimensionSetMethodNone, DimensionSetMethodChain, DimensionSetMethodBaseline }
 dimension set method More...
 

Public Member Functions

NXOpen::Annotations::SelectAnnotationDimensionOrSet ()
 Returns the dimension or dimension set object
Created in NX9.0.0. More...
 
NXOpen::Annotations::DimensionSetBuilder::DimensionSetMethod Method ()
 Returns the dimension set method
Created in NX9.0.0. More...
 
void SetMethod (NXOpen::Annotations::DimensionSetBuilder::DimensionSetMethod method)
 Sets the dimension set method
Created in NX9.0.0. 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::Annotations::DimensionSetBuilder
This is a sub-builder class and cannot be directly instantiated

Created in NX9.0.0.


Member Enumeration Documentation

dimension set method

Enumerator
DimensionSetMethodNone 

Not part of a set.

DimensionSetMethodChain 

Part of a chain.

DimensionSetMethodBaseline 

Part of a baseline.

Member Function Documentation

NXOpen::Annotations::SelectAnnotation* NXOpen::Annotations::DimensionSetBuilder::DimensionOrSet ( )

Returns the dimension or dimension set object
Created in NX9.0.0.



License requirements : None

NXOpen::Annotations::DimensionSetBuilder::DimensionSetMethod NXOpen::Annotations::DimensionSetBuilder::Method ( )

Returns the dimension set method
Created in NX9.0.0.



License requirements : None

void NXOpen::Annotations::DimensionSetBuilder::SetMethod ( NXOpen::Annotations::DimensionSetBuilder::DimensionSetMethod  method)

Sets the dimension set method
Created in NX9.0.0.



License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING") OR solid_modeling ("SOLIDS MODELING")

Parameters
methodmethod
virtual bool NXOpen::Annotations::DimensionSetBuilder::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.


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