NX Open C++ Reference Guide
|
Represents a builder for a move face feature, don't use it until nx502. More...
Public Types | |
enum | Types { TypesTranslateDirectionAndDistance, TypesTranslateBetweenTwoPoints, TypesRotateAboutAxis, TypesRotateBetweenTwoAxes } |
the move face types, don't use it until nx502 More... | |
Public Member Functions | |
NXOpen::Expression * | Angle () |
Returns the angle for axis and angle option, don't use it until nx502 Created in NX5.0.2. | |
NXOpen::Axis * | Axis () |
Returns the axis for axis and angle option, don't use it until nx502 Created in NX5.0.2. | |
NXOpen::ModlDirect::SelectBlend * | BlendFaces () |
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::Direction * | Direction () |
Returns the vector for direction and distance option, don't use it until nx502 Created in NX5.0.2. | |
NXOpen::Expression * | Distance () |
Returns the distance for direction and distance option, don't use it until nx502 Created in NX5.0.2. | |
NXOpen::Point * | FromPoint () |
Returns the from point in point to point option in move face, don't use it until nx502 Created in NX5.0.2. | |
NXOpen::Direction * | FromVector () |
Returns the from vector in axis to axis option in move face, don't use it until nx502 Created in NX5.0.2. | |
NXOpen::ScCollector * | MoveFaceCollector () |
Returns the face collector holding the faces to move Created in NX5.0.2. | |
NXOpen::Point * | PivotPoint () |
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::Point * | ToPoint () |
Returns the to point in point to point option in move face, don't use it until nx502 Created in NX5.0.2. | |
NXOpen::Direction * | ToVector () |
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. |
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.
the move face types, don't use it until nx502
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. |
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
void NXOpen::Features::MoveFaceBuilder::SetAxis | ( | NXOpen::Axis * | axis | ) |
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")
axis | axis |
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")
copyOption | copy option |
void NXOpen::Features::MoveFaceBuilder::SetDirection | ( | NXOpen::Direction * | direction | ) |
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")
direction | direction |
void NXOpen::Features::MoveFaceBuilder::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.
License requirements : solid_modeling ("SOLIDS MODELING")
fromPoint | the from point |
void NXOpen::Features::MoveFaceBuilder::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.
License requirements : solid_modeling ("SOLIDS MODELING")
fromVector | the from vector |
void NXOpen::Features::MoveFaceBuilder::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.
License requirements : solid_modeling ("SOLIDS MODELING")
pivotPoint | the pivot point |
void NXOpen::Features::MoveFaceBuilder::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.
License requirements : solid_modeling ("SOLIDS MODELING")
toPoint | the to point |
void NXOpen::Features::MoveFaceBuilder::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.
License requirements : solid_modeling ("SOLIDS MODELING")
toVector | the to vector |
void NXOpen::Features::MoveFaceBuilder::SetType | ( | NXOpen::Features::MoveFaceBuilder::Types | moveType | ) |
Sets the type, don't use it until nx502
Created in NX5.0.2.
License requirements : solid_modeling ("SOLIDS MODELING")
moveType | the 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