NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Features::MoveFaceBuilder Class Reference

Represents a builder for a move face feature, don't use it until nx502. More...

Inheritance diagram for NXOpen::Features::MoveFaceBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  Types { TypesTranslateDirectionAndDistance, TypesTranslateBetweenTwoPoints, TypesRotateAboutAxis, TypesRotateBetweenTwoAxes }
 the move face types, don't use it until nx502 More...

Public Member Functions

NXOpen::ExpressionAngle ()
 Returns the angle for axis and angle option, don't use it until nx502
Created in NX5.0.2.
NXOpen::AxisAxis ()
 Returns the axis for axis and angle option, don't use it until nx502
Created in NX5.0.2.
NXOpen::ModlDirect::SelectBlendBlendFaces ()
 Returns the face collector holding the all the recognized blend faces adjacent to face to move.
bool Copy ()
 Returns the copy option for move face, don't use it until nx502
Created in NX5.0.2.
NXOpen::DirectionDirection ()
 Returns the vector for direction and distance option, don't use it until nx502
Created in NX5.0.2.
NXOpen::ExpressionDistance ()
 Returns the distance for direction and distance option, don't use it until nx502
Created in NX5.0.2.
NXOpen::PointFromPoint ()
 Returns the from point in point to point option in move face, don't use it until nx502
Created in NX5.0.2.
NXOpen::DirectionFromVector ()
 Returns the from vector in axis to axis option in move face, don't use it until nx502
Created in NX5.0.2.
NXOpen::ScCollectorMoveFaceCollector ()
 Returns the face collector holding the faces to move
Created in NX5.0.2.
NXOpen::PointPivotPoint ()
 Returns the pivot point in axis to axis option in move face, don't use it until nx502
Created in NX5.0.2.
void SetAxis (NXOpen::Axis *axis)
 Sets the axis for axis and angle option, don't use it until nx502
Created in NX5.0.2.
void SetCopy (bool copyOption)
 Sets the copy option for move face, don't use it until nx502
Created in NX5.0.2.
void SetDirection (NXOpen::Direction *direction)
 Sets the vector for direction and distance option, don't use it until nx502
Created in NX5.0.2.
void SetFromPoint (NXOpen::Point *fromPoint)
 Sets the from point in point to point option in move face, don't use it until nx502
Created in NX5.0.2.
void SetFromVector (NXOpen::Direction *fromVector)
 Sets the from vector in axis to axis option in move face, don't use it until nx502
Created in NX5.0.2.
void SetPivotPoint (NXOpen::Point *pivotPoint)
 Sets the pivot point in axis to axis option in move face, don't use it until nx502
Created in NX5.0.2.
void SetToPoint (NXOpen::Point *toPoint)
 Sets the to point in point to point option in move face, don't use it until nx502
Created in NX5.0.2.
void SetToVector (NXOpen::Direction *toVector)
 Sets the to vector in axis to axis option in move face, don't use it until nx502
Created in NX5.0.2.
void SetType (NXOpen::Features::MoveFaceBuilder::Types moveType)
 Sets the type, don't use it until nx502
Created in NX5.0.2.
NXOpen::PointToPoint ()
 Returns the to point in point to point option in move face, don't use it until nx502
Created in NX5.0.2.
NXOpen::DirectionToVector ()
 Returns the to vector in axis to axis option in move face, don't use it until nx502
Created in NX5.0.2.
NXOpen::Features::MoveFaceBuilder::Types Type ()
 Returns the type, don't use it until nx502
Created in NX5.0.2.

Detailed Description

Represents a builder for a move face feature, don't use it until nx502.


To create a new instance of this class, use Features::FeatureCollection::CreateMoveFaceBuilder
Default values.

Property Value

Angle.Value

10.0

Distance.Value

10.0 (millimeters part), 0.4 (inches part)


Created in NX5.0.2.


Member Enumeration Documentation

the move face types, don't use it until nx502

Enumerator:
TypesTranslateDirectionAndDistance 

Direction and Distance for moving the faces.

TypesTranslateBetweenTwoPoints 

Move faces in the direction and distance defined by the two points.

TypesRotateAboutAxis 

Move faces by rotating about an axis.

TypesRotateBetweenTwoAxes 

Move faces by rotating the axis from the first to the second.


Member Function Documentation

Returns the angle for axis and angle option, don't use it until nx502
Created in NX5.0.2.



License requirements : None

Returns the axis for axis and angle option, don't use it until nx502
Created in NX5.0.2.



License requirements : None

Returns the face collector holding the all the recognized blend faces adjacent to face to move.

It is auto recognized blends + user selected blends - user excluded blends, don't use it until nx502
Created in NX5.0.2.

License requirements : None

Returns the copy option for move face, don't use it until nx502
Created in NX5.0.2.



License requirements : None

Returns the vector for direction and distance option, don't use it until nx502
Created in NX5.0.2.



License requirements : None

Returns the distance for direction and distance option, don't use it until nx502
Created in NX5.0.2.



License requirements : None

Returns the from point in point to point option in move face, don't use it until nx502
Created in NX5.0.2.



License requirements : None

Returns the from vector in axis to axis option in move face, don't use it until nx502
Created in NX5.0.2.



License requirements : None

Returns the face collector holding the faces to move
Created in NX5.0.2.



License requirements : None

Returns the pivot point in axis to axis option in move face, don't use it until nx502
Created in NX5.0.2.



License requirements : None

Sets the axis for axis and angle option, don't use it until nx502
Created in NX5.0.2.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
axisaxis
void NXOpen::Features::MoveFaceBuilder::SetCopy ( bool  copyOption)

Sets the copy option for move face, don't use it until nx502
Created in NX5.0.2.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
copyOptioncopy option

Sets the vector for direction and distance option, don't use it until nx502
Created in NX5.0.2.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
directiondirection

Sets the from point in point to point option in move face, don't use it until nx502
Created in NX5.0.2.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
fromPointthe from point

Sets the from vector in axis to axis option in move face, don't use it until nx502
Created in NX5.0.2.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
fromVectorthe from vector

Sets the pivot point in axis to axis option in move face, don't use it until nx502
Created in NX5.0.2.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
pivotPointthe pivot point

Sets the to point in point to point option in move face, don't use it until nx502
Created in NX5.0.2.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
toPointthe to point

Sets the to vector in axis to axis option in move face, don't use it until nx502
Created in NX5.0.2.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
toVectorthe to vector

Sets the type, don't use it until nx502
Created in NX5.0.2.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
moveTypethe move face type

Returns the to point in point to point option in move face, don't use it until nx502
Created in NX5.0.2.



License requirements : None

Returns the to vector in axis to axis option in move face, don't use it until nx502
Created in NX5.0.2.



License requirements : None

Returns the type, don't use it until nx502
Created in NX5.0.2.



License requirements : None


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