NX Open C++ Reference Guide
|
Represents a face split operation <br> To create a new instance of this class, use @link Tooling::FaceSplitCollection::CreateFaceSplitBuilder Tooling::FaceSplitCollection::CreateFaceSplitBuilder @endlink <br>
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 | FindMoldUnsplitFace () |
Set the reference point to the selected face center. | |
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. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a face split operation <br> To create a new instance of this class, use @link Tooling::FaceSplitCollection::CreateFaceSplitBuilder Tooling::FaceSplitCollection::CreateFaceSplitBuilder @endlink <br>
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 |
NXOpen::ScCollector* NXOpen::Tooling::FaceSplitBuilder::DivObjects | ( | ) |
Returns the dividing objects which will be different according to the split type
Created in NX7.5.0.
License requirements : None
NXOpen::ScCollector* NXOpen::Tooling::FaceSplitBuilder::FaceToDivide | ( | ) |
Returns the faces to be divided
Created in NX7.5.0.
License requirements : None
void NXOpen::Tooling::FaceSplitBuilder::FindMoldUnsplitFace | ( | ) |
Set the reference point to the selected face center.
Created in NX8.5.0.
License requirements : ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard") OR prog_die_wizard ("UG/Progressive Die Wizard")
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
NXOpen::Tooling::FaceSplitBuilder::FaceSplitType NXOpen::Tooling::FaceSplitBuilder::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.
License requirements : None