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

Represents a NXOpen::Drawings::SvtBuilder. More...

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

Public Member Functions

NXOpen::SelectFaceListBackgroundFaces ()
 Returns the background faces that are to be shown in the section view. More...
 
NXOpen::DirectionNormalDirection ()
 Returns the vector that represents the normal direction for the view to be created or edited. More...
 
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. More...
 
void SetNormalDirection (NXOpen::Direction *normalDirection)
 Sets the vector that represents the normal direction for the view to be created or edited. More...
 
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. More...
 
void SetXDirection (NXOpen::Direction *xDirection)
 Sets the x direction vector for the view to be created or edited. 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 view to be created or edited. 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::SvtBuilder.


Created in NX6.0.0.

Member Function Documentation

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

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.



License requirements : drafting ("DRAFTING")

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

Parameters
normalDirectionnormaldirection
void NXOpen::Drawings::SvtBuilder::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.



License requirements : drafting ("DRAFTING")

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

Parameters
xDirectionxdirection
virtual bool NXOpen::Drawings::SvtBuilder::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::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")


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