NX Open C++ Reference Guide
|
Represents a Drawings::SvtBuilder. More...
Public Member Functions | |
NXOpen::SelectFaceList * | BackgroundFaces () |
Returns the background faces that are to be shown in the section view. | |
NXOpen::Direction * | NormalDirection () |
Returns the vector that represents the normal direction for the view to be created or edited. | |
bool | Orientation () |
Returns the orientation flag that indicates whether or not the Section View Tool view should be used to orient the section view when it is placed Created in NX6.0.0. | |
void | SetNormalDirection (NXOpen::Direction *normalDirection) |
Sets the vector that represents the normal direction for the view to be created or edited. | |
void | SetOrientation (bool orientation) |
Sets the orientation flag that indicates whether or not the Section View Tool view should be used to orient the section view when it is placed Created in NX6.0.0. | |
void | SetXDirection (NXOpen::Direction *xDirection) |
Sets the x direction vector for the view to be created or edited. | |
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 view to be created or edited. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Drawings::SvtBuilder.
Created in NX6.0.0.
NXOpen::SelectFaceList* NXOpen::Drawings::SvtBuilder::BackgroundFaces | ( | ) |
Returns the background faces that are to be shown in the section view.
When none are selected, all faces will be shown
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
NXOpen::Direction* NXOpen::Drawings::SvtBuilder::NormalDirection | ( | ) |
Returns the vector that represents the normal direction for the view to be created or edited.
The vector is used only if the Orientation flag is on. The purpose of the direction vectors is make a simple, simulated pictorial view. Consequently it is expected that a desireable orientation will need to be found interactive using the tool, and that specification by vectors will be of marginal use. The ability to specifiy the orientation is being included only for completeness.
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
bool NXOpen::Drawings::SvtBuilder::Orientation | ( | ) |
void NXOpen::Drawings::SvtBuilder::SetNormalDirection | ( | NXOpen::Direction * | normalDirection | ) |
Sets the vector that represents the normal direction for the view to be created or edited.
The vector is used only if the Orientation flag is on. The purpose of the direction vectors is make a simple, simulated pictorial view. Consequently it is expected that a desireable orientation will need to be found interactive using the tool, and that specification by vectors will be of marginal use. The ability to specifiy the orientation is being included only for completeness.
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
normalDirection | normaldirection |
void NXOpen::Drawings::SvtBuilder::SetOrientation | ( | bool | orientation | ) |
void NXOpen::Drawings::SvtBuilder::SetXDirection | ( | NXOpen::Direction * | xDirection | ) |
Sets the x direction vector for the view to be created or edited.
The vector is used only if the Orientation flag is on. The purpose of the direction vectors is make a simple, simulated pictorial view. Consequently it is expected that a desireable orientation will need to be found interactive using the tool, and that specification by vectors will be of marginal use. The ability to specifiy the orientation is being included only for completeness.
Created in NX6.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::SvtBuilder::XDirection | ( | ) |
Returns the x direction vector for the view to be created or edited.
The vector is used only if the Orientation flag is on. The purpose of the direction vectors is make a simple, simulated pictorial view. Consequently it is expected that a desireable orientation will need to be found interactive using the tool, and that specification by vectors will be of marginal use. The ability to specifiy the orientation is being included only for completeness.
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")