NX Open C++ Reference Guide
Public Member Functions
NXOpen::Drawings::SvtBuilder Class Reference

Represents a Drawings::SvtBuilder. More...

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

List of all members.

Public Member Functions

NXOpen::SelectFaceListBackgroundFaces ()
 Returns the background faces that are to be shown in the section view.
NXOpen::DirectionNormalDirection ()
 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::DirectionXDirection ()
 Returns the x direction vector for the view to be created or edited.

Detailed Description

Represents a Drawings::SvtBuilder.


Created in NX6.0.0.


Member Function Documentation

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

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

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

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

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

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.

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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.