NX Open C++ Reference Guide
|
Represents a Features::AdmMoveFace builder
To create a new instance of this class, use Features::FeatureCollection::CreateAdmMoveFaceBuilder
Default values.
More...
Public Types | |
enum | MoveOptionType { MoveOptionTypeMoveAndAdapt, MoveOptionTypeCutAndPaste } |
Represents the move option. More... | |
Public Member Functions | |
NXOpen::GeometricUtilities::FaceChangeOverflowBehavior * | FaceChangeOverflowBehavior () |
Returns the face change overflow behavior. | |
NXOpen::Features::FaceRecognitionBuilder * | FaceToMove () |
Returns the face to move. | |
bool | HealOption () |
Returns the heal option. | |
NXOpen::GeometricUtilities::ModlMotion * | Motion () |
Returns the motion. | |
NXOpen::Features::AdmMoveFaceBuilder::MoveOptionType | MoveOption () |
Returns the move option. | |
bool | PasteOption () |
Returns the paste option. | |
void | SetHealOption (bool healOption) |
Sets the heal option. | |
void | SetMoveOption (NXOpen::Features::AdmMoveFaceBuilder::MoveOptionType moveOption) |
Sets the move option. | |
void | SetPasteOption (bool pasteOption) |
Sets the paste option. | |
NXOpen::GeometricUtilities::StepOptionBehavior * | StepOption () |
Returns the step option behavior. |
Represents a Features::AdmMoveFace builder
To create a new instance of this class, use Features::FeatureCollection::CreateAdmMoveFaceBuilder
Default values.
Property | Value |
---|---|
FaceToMove.CoaxialEnabled |
0 |
FaceToMove.CoplanarAxesEnabled |
0 |
FaceToMove.CoplanarEnabled |
0 |
FaceToMove.EqualDiameterEnabled |
0 |
FaceToMove.OffsetEnabled |
0 |
FaceToMove.ParallelEnabled |
0 |
FaceToMove.PerpendicularEnabled |
0 |
FaceToMove.SymmetricEnabled |
0 |
FaceToMove.TangentEnabled |
0 |
FaceToMove.ThicknessChainEnabled |
0 |
FaceToMove.UseFaceBrowse |
1 |
HealOption |
True |
Motion.DeltaEnum |
ReferenceWcsWorkPart |
Motion.DeltaXc.Value |
0.0 |
Motion.DeltaYc.Value |
0.0 |
Motion.DeltaZc.Value |
0.0 |
Motion.Option |
DistanceAngle |
StepOption.StepOption |
None |
Created in NX6.0.0.
NXOpen::GeometricUtilities::FaceChangeOverflowBehavior* NXOpen::Features::AdmMoveFaceBuilder::FaceChangeOverflowBehavior | ( | ) |
Returns the face change overflow behavior.
Please refer GeometricUtilities::FaceChangeOverflowBehavior for details.
Created in NX6.0.2.
License requirements : None
Returns the face to move.
Please refer Features::FaceRecognitionBuilder for details.
Created in NX6.0.0.
License requirements : None
Returns the motion.
The motion block provides a suite of linear and angular transform methods. Please refer GeometricUtilities::ModlMotion for details.
Created in NX6.0.0.
License requirements : None
NXOpen::Features::AdmMoveFaceBuilder::MoveOptionType NXOpen::Features::AdmMoveFaceBuilder::MoveOption | ( | ) |
Returns the move option.
Created in NX8.0.1.
License requirements : None
Returns the paste option.
If true, the copied or cut faces will be pasted on the target body, else those faces will not be pasted.
Created in NX8.0.1.
License requirements : None
void NXOpen::Features::AdmMoveFaceBuilder::SetHealOption | ( | bool | healOption | ) |
Sets the heal option.
If true, Cut Face will be used to move the faces, and the wound will be healed automatically, else Copy Face will be used to move the faces and the original faces will be deleted without heal.
Created in NX8.0.1.
License requirements : solid_modeling ("SOLIDS MODELING")
healOption | healoption |
void NXOpen::Features::AdmMoveFaceBuilder::SetMoveOption | ( | NXOpen::Features::AdmMoveFaceBuilder::MoveOptionType | moveOption | ) |
Sets the move option.
Created in NX8.0.1.
License requirements : solid_modeling ("SOLIDS MODELING")
moveOption | moveoption |
void NXOpen::Features::AdmMoveFaceBuilder::SetPasteOption | ( | bool | pasteOption | ) |
Sets the paste option.
If true, the copied or cut faces will be pasted on the target body, else those faces will not be pasted.
Created in NX8.0.1.
License requirements : solid_modeling ("SOLIDS MODELING")
pasteOption | pasteoption |
NXOpen::GeometricUtilities::StepOptionBehavior* NXOpen::Features::AdmMoveFaceBuilder::StepOption | ( | ) |
Returns the step option behavior.
Please refer GeometricUtilities::StepOptionBehavior for details.
Created in NX8.0.1.
License requirements : None