NX Open C++ Reference Guide
|
Represents a Drawings::ProjectedViewOrientationBuilder. More...
Public Member Functions | |
NXOpen::Xform * | NormalDirection () |
Returns the xform that represents the orthographic projected view settings to be edited Created in NX9.0.0. | |
void | Restore () |
Removes the associativity to the defined plane and x direction vector and restores the member view to its default orientation. | |
void | SetNormalDirection (NXOpen::Xform *normalDirection) |
Sets the xform that represents the orthographic projected view settings to be edited Created in NX9.0.0. | |
void | SetXDirection (NXOpen::Direction *xDirection) |
Sets the x direction vector for the orthographic projected view settings to be edited Created in NX9.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
NXOpen::Direction * | XDirection () |
Returns the x direction vector for the orthographic projected view settings to be edited Created in NX9.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Drawings::ProjectedViewOrientationBuilder.
Created in NX9.0.0.
NXOpen::Xform* NXOpen::Drawings::ProjectedViewOrientationBuilder::NormalDirection | ( | ) |
Returns the xform that represents the orthographic projected view settings to be edited
Created in NX9.0.0.
License requirements : None
void NXOpen::Drawings::ProjectedViewOrientationBuilder::Restore | ( | ) |
Removes the associativity to the defined plane and x direction vector and restores the member view to its default orientation.
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
void NXOpen::Drawings::ProjectedViewOrientationBuilder::SetNormalDirection | ( | NXOpen::Xform * | normalDirection | ) |
Sets the xform that represents the orthographic projected view settings to be edited
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
normalDirection | normaldirection |
void NXOpen::Drawings::ProjectedViewOrientationBuilder::SetXDirection | ( | NXOpen::Direction * | xDirection | ) |
Sets the x direction vector for the orthographic projected view settings to be edited
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
xDirection | xdirection |
|
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.
Implements NXOpen::GeometricUtilities::IComponentBuilder.
NXOpen::Direction* NXOpen::Drawings::ProjectedViewOrientationBuilder::XDirection | ( | ) |
Returns the x direction vector for the orthographic projected view settings to be edited
Created in NX9.0.0.
License requirements : None