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

Represents the View Projection Plane (Drawings.ViewProjectionPlaneBuilder)
Created in NX6.0.2. More...

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

Public Types

enum  PlaneOptions { PlaneOptionsInferred, PlaneOptionsDepthValue }
 the plane options to select More...
 

Public Member Functions

NXOpen::AxisAxis ()
 Returns the axis, define the vector and the point from which to infer the plane
Created in NX6.0.2. More...
 
NXOpen::ExpressionDepthValue ()
 Returns the depth value
Created in NX6.0.2. More...
 
NXOpen::Drawings::ViewProjectionPlaneBuilder::PlaneOptions PlaneOption ()
 Returns the plane option, decide how to get the plane
Created in NX6.0.2. More...
 
void SetAxis (NXOpen::Axis *axis)
 Sets the axis, define the vector and the point from which to infer the plane
Created in NX6.0.2. More...
 
void SetPlaneOption (NXOpen::Drawings::ViewProjectionPlaneBuilder::PlaneOptions option)
 Sets the plane option, decide how to get the plane
Created in NX6.0.2. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
NXOpen::Drawings::SelectDraftingViewView ()
 Returns the select view. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents the View Projection Plane (Drawings.ViewProjectionPlaneBuilder)
Created in NX6.0.2.


Member Enumeration Documentation

the plane options to select

Enumerator
PlaneOptionsInferred 

Inferred plane from vector, point and plane view.

PlaneOptionsDepthValue 

Get plane using source view and depth value.

Member Function Documentation

NXOpen::Axis* NXOpen::Drawings::ViewProjectionPlaneBuilder::Axis ( )

Returns the axis, define the vector and the point from which to infer the plane
Created in NX6.0.2.



License requirements : None

NXOpen::Expression* NXOpen::Drawings::ViewProjectionPlaneBuilder::DepthValue ( )

Returns the depth value
Created in NX6.0.2.



License requirements : None

NXOpen::Drawings::ViewProjectionPlaneBuilder::PlaneOptions NXOpen::Drawings::ViewProjectionPlaneBuilder::PlaneOption ( )

Returns the plane option, decide how to get the plane
Created in NX6.0.2.



License requirements : None

void NXOpen::Drawings::ViewProjectionPlaneBuilder::SetAxis ( NXOpen::Axis axis)

Sets the axis, define the vector and the point from which to infer the plane
Created in NX6.0.2.



License requirements : nx_layout ("NX Layout")

Parameters
axisaxis
void NXOpen::Drawings::ViewProjectionPlaneBuilder::SetPlaneOption ( NXOpen::Drawings::ViewProjectionPlaneBuilder::PlaneOptions  option)

Sets the plane option, decide how to get the plane
Created in NX6.0.2.



License requirements : nx_layout ("NX Layout")

Parameters
optionoption
virtual bool NXOpen::Drawings::ViewProjectionPlaneBuilder::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::Drawings::SelectDraftingView* NXOpen::Drawings::ViewProjectionPlaneBuilder::View ( )

Returns the select view.

This defines the plane view.
Created in NX6.0.2.

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.