NX Open C++ Reference Guide
|
Represents the View Projection Plane (Drawings.ViewProjectionPlaneBuilder)
Created in NX6.0.2.
More...
Public Types | |
enum | PlaneOptions { PlaneOptionsInferred, PlaneOptionsDepthValue } |
the plane options to select More... | |
Public Member Functions | |
NXOpen::Axis * | Axis () |
Returns the axis, define the vector and the point from which to infer the plane Created in NX6.0.2. | |
NXOpen::Expression * | DepthValue () |
Returns the depth value Created in NX6.0.2. | |
NXOpen::Drawings::ViewProjectionPlaneBuilder::PlaneOptions | PlaneOption () |
Returns the plane option, decide how to get the plane Created in NX6.0.2. | |
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. | |
void | SetPlaneOption (NXOpen::Drawings::ViewProjectionPlaneBuilder::PlaneOptions option) |
Sets the plane option, decide how to get the plane Created in NX6.0.2. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
NXOpen::Drawings::SelectDraftingView * | View () |
Returns the select view. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the View Projection Plane (Drawings.ViewProjectionPlaneBuilder)
Created in NX6.0.2.
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_drafting_plus ("DraftingPlus")
axis | axis |
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_drafting_plus ("DraftingPlus")
option | option |
|
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::Drawings::SelectDraftingView* NXOpen::Drawings::ViewProjectionPlaneBuilder::View | ( | ) |
Returns the select view.
This defines the plane view.
Created in NX6.0.2.
License requirements : None