NX Open C++ Reference Guide
|
Represents a builder for a cut face feature. More...
Public Member Functions | |
bool | DoPaste () |
Returns the do paste option defines whether paste the cut faces to a target body. | |
NXOpen::Features::FaceRecognitionBuilder * | FaceToCut () |
Returns the face recognition builder holding the faces to cut. | |
NXOpen::GeometricUtilities::ModlMotion * | Motion () |
Returns the motion about which the cut 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 cut 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 cut face feature.
To create a new instance of this class, use Features::FeatureCollection::CreateCutFaceBuilder
Default values.
Property | Value |
---|---|
FaceToCut.CoaxialEnabled |
0 |
FaceToCut.CoplanarAxesEnabled |
0 |
FaceToCut.CoplanarEnabled |
0 |
FaceToCut.EqualDiameterEnabled |
0 |
FaceToCut.OffsetEnabled |
0 |
FaceToCut.ParallelEnabled |
0 |
FaceToCut.PerpendicularEnabled |
0 |
FaceToCut.SymmetricEnabled |
0 |
FaceToCut.TangentEnabled |
0 |
FaceToCut.ThicknessChainEnabled |
0 |
FaceToCut.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 cut faces to a target body.
Created in NX6.0.0.
License requirements : None
Returns the face recognition builder holding the faces to cut.
Created in NX6.0.0.
License requirements : None
Returns the motion about which the cut 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::CutFaceBuilder::SetDoPaste | ( | bool | doPaste | ) |
Sets the do paste option defines whether paste the cut faces to a target body.
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
doPaste | do paste |
void NXOpen::Features::CutFaceBuilder::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