NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Drawings::ProjectedViewOrientationBuilder Class Reference

Represents a NXOpen::Drawings::ProjectedViewOrientationBuilder. More...

Inheritance diagram for NXOpen::Drawings::ProjectedViewOrientationBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::XformNormalDirection ()
 Returns the xform that represents the orthographic projected view settings to be edited
Created in NX9.0.0. More...
 
void Restore ()
 Removes the associativity to the defined plane and x direction vector and restores the member view to its default orientation. More...
 
void SetNormalDirection (NXOpen::Xform *normalDirection)
 Sets the xform that represents the orthographic projected view settings to be edited
Created in NX9.0.0. More...
 
void SetXDirection (NXOpen::Direction *xDirection)
 Sets the x direction vector for the orthographic projected view settings to be edited
Created in NX9.0.0. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
NXOpen::DirectionXDirection ()
 Returns the x direction vector for the orthographic projected view settings to be edited
Created in NX9.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Drawings::ProjectedViewOrientationBuilder.


Created in NX9.0.0.

Member Function Documentation

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")

Parameters
normalDirectionnormaldirection
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")

Parameters
xDirectionxdirection
virtual bool NXOpen::Drawings::ProjectedViewOrientationBuilder::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.

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


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