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

Represents the PERSPECTIVE tab on the View Style Dialog (Drawings.ViewStylePerspectiveBuilder) More...

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

Public Member Functions

bool BackClip ()
 Returns the back clip toggle on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0. More...
 
double BackClipDistance ()
 Returns the back clip distance data on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0. More...
 
bool FrontClip ()
 Returns the front clip toggle on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0. More...
 
double FrontClipDistance ()
 Returns the front clip distance data on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0. More...
 
bool Perspective ()
 Returns the perspective toggle on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0. More...
 
double PerspectiveDistance ()
 Returns the perspective distance data on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0. More...
 
void SetBackClip (bool backClipToggle)
 Sets the back clip toggle on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0. More...
 
void SetBackClipDistance (double backClipDistanceData)
 Sets the back clip distance data on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0. More...
 
void SetFrontClip (bool frontClipToggle)
 Sets the front clip toggle on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0. More...
 
void SetFrontClipDistance (double frontClipDistanceData)
 Sets the front clip distance data on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0. More...
 
void SetPerspective (bool perspectiveToggle)
 Sets the perspective toggle on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0. More...
 
void SetPerspectiveDistance (double perspectiveDistanceData)
 Sets the perspective distance data on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0. More...
 
void SetViewOrigin (const NXOpen::Point3d &viewOrigin)
 Sets the perspective view origin on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
NXOpen::Point3d ViewOrigin ()
 Returns the perspective view origin on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents the PERSPECTIVE tab on the View Style Dialog (Drawings.ViewStylePerspectiveBuilder)


Created in NX6.0.0.

Member Function Documentation

bool NXOpen::Drawings::ViewStylePerspectiveBuilder::BackClip ( )

Returns the back clip toggle on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

double NXOpen::Drawings::ViewStylePerspectiveBuilder::BackClipDistance ( )

Returns the back clip distance data on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

bool NXOpen::Drawings::ViewStylePerspectiveBuilder::FrontClip ( )

Returns the front clip toggle on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

double NXOpen::Drawings::ViewStylePerspectiveBuilder::FrontClipDistance ( )

Returns the front clip distance data on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

bool NXOpen::Drawings::ViewStylePerspectiveBuilder::Perspective ( )

Returns the perspective toggle on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

double NXOpen::Drawings::ViewStylePerspectiveBuilder::PerspectiveDistance ( )

Returns the perspective distance data on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

void NXOpen::Drawings::ViewStylePerspectiveBuilder::SetBackClip ( bool  backClipToggle)

Sets the back clip toggle on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
backClipToggleSets a new back clip toggle value on the perspective sub-builder
void NXOpen::Drawings::ViewStylePerspectiveBuilder::SetBackClipDistance ( double  backClipDistanceData)

Sets the back clip distance data on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
backClipDistanceDataSets a new back clip distance on the perspective sub-builder
void NXOpen::Drawings::ViewStylePerspectiveBuilder::SetFrontClip ( bool  frontClipToggle)

Sets the front clip toggle on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
frontClipToggleSets a new front clip toggle value on the perspective sub-builder
void NXOpen::Drawings::ViewStylePerspectiveBuilder::SetFrontClipDistance ( double  frontClipDistanceData)

Sets the front clip distance data on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
frontClipDistanceDataSets a new front clip distance on the perspective sub-builder
void NXOpen::Drawings::ViewStylePerspectiveBuilder::SetPerspective ( bool  perspectiveToggle)

Sets the perspective toggle on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
perspectiveToggleSets a new perspective toggle value on the perspective sub-builder
void NXOpen::Drawings::ViewStylePerspectiveBuilder::SetPerspectiveDistance ( double  perspectiveDistanceData)

Sets the perspective distance data on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
perspectiveDistanceDataSets a new perspective distance on the perspective sub-builder
void NXOpen::Drawings::ViewStylePerspectiveBuilder::SetViewOrigin ( const NXOpen::Point3d viewOrigin)

Sets the perspective view origin on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
viewOriginSets a new view origin on the perspective sub-builder
virtual bool NXOpen::Drawings::ViewStylePerspectiveBuilder::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::Point3d NXOpen::Drawings::ViewStylePerspectiveBuilder::ViewOrigin ( )

Returns the perspective view origin on the PERSPECTIVE tab of the View Style Dialog
Created in NX6.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.