NX Open C++ Reference Guide
|
Represents a face split operation
To create a new instance of this class, use Tooling::FaceSplitCollection::CreateFaceSplitBuilder
Default values.
More...
Public Types | |
enum | FaceSplitType { FaceSplitTypeCurvesEdges, FaceSplitTypePlane, FaceSplitTypeIntersection, FaceSplitTypeIsocline } |
the type for Split Face More... | |
Public Member Functions | |
void | CreateIsoclines (const std::vector< NXOpen::Face * > &pFacesToDivide, std::vector< NXOpen::Curve * > &outputCurves) |
Create isocline Created in NX7.5.0. | |
NXOpen::ScCollector * | DivObjects () |
Returns the dividing objects which will be different according to the split type Created in NX7.5.0. | |
NXOpen::ScCollector * | FaceToDivide () |
Returns the faces to be divided Created in NX7.5.0. | |
void | SetTolerance (double tolerance) |
Sets the tolerance is used to do dividing face operation Created in NX7.5.0. | |
void | SetType (NXOpen::Tooling::FaceSplitBuilder::FaceSplitType splitType) |
Sets the split face type which splits a face by using curves, edges, plane, face, isolines or intersected curves with another body Created in NX7.5.0. | |
double | Tolerance () |
Returns the tolerance is used to do dividing face operation Created in NX7.5.0. | |
NXOpen::Tooling::FaceSplitBuilder::FaceSplitType | Type () |
Returns the split face type which splits a face by using curves, edges, plane, face, isolines or intersected curves with another body Created in NX7.5.0. |
Represents a face split operation
To create a new instance of this class, use Tooling::FaceSplitCollection::CreateFaceSplitBuilder
Default values.
Property | Value |
---|---|
Tolerance |
0.025 |
Created in NX7.5.0.
void NXOpen::Tooling::FaceSplitBuilder::CreateIsoclines | ( | const std::vector< NXOpen::Face * > & | pFacesToDivide, |
std::vector< NXOpen::Curve * > & | outputCurves | ||
) |
Create isocline
Created in NX7.5.0.
License requirements : None
pFacesToDivide | faces to be divided with isoclines |
outputCurves | isoclines on selected faces |
Returns the dividing objects which will be different according to the split type
Created in NX7.5.0.
License requirements : None
Returns the faces to be divided
Created in NX7.5.0.
License requirements : None
void NXOpen::Tooling::FaceSplitBuilder::SetTolerance | ( | double | tolerance | ) |
Sets the tolerance is used to do dividing face operation
Created in NX7.5.0.
License requirements : None
tolerance | tolerance |
void NXOpen::Tooling::FaceSplitBuilder::SetType | ( | NXOpen::Tooling::FaceSplitBuilder::FaceSplitType | splitType | ) |
Sets the split face type which splits a face by using curves, edges, plane, face, isolines or intersected curves with another body
Created in NX7.5.0.
License requirements : None
splitType | splittype |
double NXOpen::Tooling::FaceSplitBuilder::Tolerance | ( | ) |
Returns the tolerance is used to do dividing face operation
Created in NX7.5.0.
License requirements : None
Returns the split face type which splits a face by using curves, edges, plane, face, isolines or intersected curves with another body
Created in NX7.5.0.
License requirements : None