NX Open C++ Reference Guide
Public Member Functions
NXOpen::GeometricUtilities::RotationSetBuilder Class Reference

Represents a GeometricUtilities::RotationSetBuilder. More...

Inheritance diagram for NXOpen::GeometricUtilities::RotationSetBuilder:
NXOpen::TaggedObject NXOpen::INXObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Member Functions

virtual NXOpen::INXObjectFindObject (const NXString &journalIdentifier)
 Finds the NXObject with the given identifier as recorded in a journal.
virtual bool IsOccurrence ()
 Returns whether this object is an occurrence or not.
virtual NXString JournalIdentifier ()
 Returns the identifier that would be recorded in a journal for this object.
NXOpen::GeometricUtilities::OnPathDimensionBuilderLocation ()
 Returns the location on path
Created in NX6.0.0.
virtual NXString Name ()
 Returns the custom name of the object.
virtual
NXOpen::Assemblies::Component
OwningComponent ()
 Returns the owning component, if this object is an occurrence.
virtual NXOpen::BasePartOwningPart ()
 Returns the owning part of this object
Created in NX3.0.0.
virtual void Print ()
 Prints a representation of this object to the system log file.
virtual NXOpen::INXObjectPrototype ()
 Returns the prototype of this object if it is an occurrence.
void ResetExtraData ()
 Resets rotation extra data.
virtual void SetName (const NXString &name)
 Sets the custom name of the object.
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.
NXOpen::ExpressionValue ()
 Returns the value expression
Created in NX6.0.0.

Detailed Description

Represents a GeometricUtilities::RotationSetBuilder.


Created in NX6.0.0.


Member Function Documentation

Finds the NXObject with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

An exception will be thrown if no object can be found with the given journal identifier.

Returns:

Created in NX3.0.0.

License requirements : None
Parameters:
journalIdentifierJournal identifier of the object

Implements NXOpen::INXObject.

Returns whether this object is an occurrence or not.


Created in NX3.0.0.

License requirements : None

Implements NXOpen::INXObject.

Returns the identifier that would be recorded in a journal for this object.

This may not be the same across different releases of the software.
Created in NX3.0.0.

License requirements : None

Implements NXOpen::INXObject.

Returns the location on path
Created in NX6.0.0.



License requirements : None

Returns the custom name of the object.


Created in NX3.0.0.

License requirements : None

Implements NXOpen::INXObject.

Returns the owning component, if this object is an occurrence.


Created in NX3.0.0.

License requirements : None

Implements NXOpen::INXObject.

Returns the owning part of this object
Created in NX3.0.0.



License requirements : None

Implements NXOpen::INXObject.

Prints a representation of this object to the system log file.


Created in NX3.0.0.

License requirements : None

Implements NXOpen::INXObject.

Returns the prototype of this object if it is an occurrence.


Created in NX3.0.0.

License requirements : None

Implements NXOpen::INXObject.

Resets rotation extra data.

For legacy reason, Rotation has to contain some extra data. When you try to reset the rotation, you not only need to reset the angular dimension but also need to simultaneously call this API to reset the extra data.
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

virtual void NXOpen::GeometricUtilities::RotationSetBuilder::SetName ( const NXString name) [virtual]

Sets the custom name of the object.


Created in NX3.0.0.

License requirements : None

Parameters:
namename

Implements NXOpen::INXObject.

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.

Returns the value expression
Created in NX6.0.0.



License requirements : None


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