NX Open C++ Reference Guide
|
Represents a builder for a copy face feature. More...
Public Member Functions | |
bool | DoPaste () |
Returns the do paste option defines whether paste the copied faces to a target body. | |
NXOpen::Features::FaceRecognitionBuilder * | FaceToCopy () |
Returns the face recognition builder holding the faces to copy. | |
NXOpen::GeometricUtilities::ModlMotion * | Motion () |
Returns the motion about which the copied faces move Created in NX6.0.0. | |
bool | ReverseDirection () |
Returns the reverse direction. | |
void | SetDoPaste (bool doPaste) |
Sets the do paste option defines whether paste the copied faces to a target body. | |
void | SetReverseDirection (bool reverseDirection) |
Sets the reverse direction. | |
NXOpen::SelectBody * | TargetBody () |
Returns the target body. |
Represents a builder for a copy face feature.
To create a new instance of this class, use Features::FeatureCollection::CreateCopyFaceBuilder
Default values.
Property | Value |
---|---|
FaceToCopy.CoaxialEnabled |
0 |
FaceToCopy.CoplanarAxesEnabled |
0 |
FaceToCopy.CoplanarEnabled |
0 |
FaceToCopy.EqualDiameterEnabled |
0 |
FaceToCopy.OffsetEnabled |
0 |
FaceToCopy.ParallelEnabled |
0 |
FaceToCopy.PerpendicularEnabled |
0 |
FaceToCopy.SymmetricEnabled |
0 |
FaceToCopy.TangentEnabled |
0 |
FaceToCopy.ThicknessChainEnabled |
0 |
FaceToCopy.UseFaceBrowse |
1 |
Motion.DeltaEnum |
ReferenceWcsWorkPart |
Motion.DeltaXc.Value |
0.0 |
Motion.DeltaYc.Value |
0.0 |
Motion.DeltaZc.Value |
0.0 |
Motion.Option |
DistanceAngle |
Created in NX6.0.0.
Returns the do paste option defines whether paste the copied faces to a target body.
Created in NX6.0.0.
License requirements : None
Returns the face recognition builder holding the faces to copy.
Created in NX6.0.0.
License requirements : None
Returns the motion about which the copied faces move
Created in NX6.0.0.
License requirements : None
Returns the reverse direction.
A flag to indicate whether the target body direction is reversed, disabled if target body is solid.
Created in NX6.0.0.
License requirements : None
void NXOpen::Features::CopyFaceBuilder::SetDoPaste | ( | bool | doPaste | ) |
Sets the do paste option defines whether paste the copied faces to a target body.
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
doPaste | do paste |
void NXOpen::Features::CopyFaceBuilder::SetReverseDirection | ( | bool | reverseDirection | ) |
Sets the reverse direction.
A flag to indicate whether the target body direction is reversed, disabled if target body is solid.
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
reverseDirection | reverse direction |
Returns the target body.
The target body can be a solid or sheet.
Created in NX6.0.0.
License requirements : None