NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Tooling::FaceSplitBuilder Class Reference

Represents a face split operation
To create a new instance of this class, use NXOpen::Tooling::FaceSplitCollection::CreateFaceSplitBuilder
Default values. More...

Inheritance diagram for NXOpen::Tooling::FaceSplitBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

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. More...
 
NXOpen::ScCollectorDivObjects ()
 Returns the dividing objects which will be different according to the split type
Created in NX7.5.0. More...
 
NXOpen::ScCollectorFaceToDivide ()
 Returns the faces to be divided
Created in NX7.5.0. More...
 
void FindMoldUnsplitFace ()
 Set the reference point to the selected face center. More...
 
void SetTolerance (double tolerance)
 Sets the tolerance is used to do dividing face operation
Created in NX7.5.0. More...
 
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. More...
 
double Tolerance ()
 Returns the tolerance is used to do dividing face operation
Created in NX7.5.0. More...
 
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. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a face split operation
To create a new instance of this class, use NXOpen::Tooling::FaceSplitCollection::CreateFaceSplitBuilder
Default values.

Property Value

Tolerance

0.025


Created in NX7.5.0.

Member Enumeration Documentation

the type for Split Face

Enumerator
FaceSplitTypeCurvesEdges 

using curve or edge for Split Face

FaceSplitTypePlane 

using plane for Split Face

FaceSplitTypeIntersection 

using intersection curve of two body for Split Face

FaceSplitTypeIsocline 

using Isocline for Split Face

Member Function Documentation

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

Parameters
pFacesToDividefaces to be divided with isoclines
outputCurvesisoclines 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

Parameters
tolerancetolerance
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

Parameters
splitTypesplittype
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


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.