NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::GeometricUtilities::SnipIntoPatchesBuilder Class Reference

Represents a NXOpen::GeometricUtilities::SnipIntoPatchesBuilder builder. More...

Inheritance diagram for NXOpen::GeometricUtilities::SnipIntoPatchesBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

void CreateRegionsPreview (NXOpen::Face *targetFace, const std::vector< NXOpen::Curve * > &allCurves)
 Create region preview
Created in NX9.0.0. More...
 
void DeleteExtractFace (NXOpen::Face *extractFace)
 Delete the extracted face
Created in NX9.0.0. More...
 
void DeleteInternalPatch (NXOpen::Face *targetFace, const std::vector< NXOpen::Curve * > &allCurves)
 Delete internal patch from the selected surface
Created in NX9.0.0. More...
 
void DeleteIsoCurve (const std::vector< NXOpen::Curve * > &allCurves)
 Delete the isoparametric curve generated on the selected surface
Created in NX9.0.0. More...
 
NXOpen::SelectFaceFace ()
 Returns the face to snip into patches
Created in NX9.0.0. More...
 
NXOpen::FaceGetExtractFace ()
 Get extracted face. More...
 
void GetIsoCurves (NXOpen::Face *targetFace, std::vector< NXOpen::Curve * > &allCurves)
 Get the generated isoparametric curves on the selected surface
Created in NX9.0.0. More...
 
bool HideOriginal ()
 Returns the option indicating to hide or show the original. More...
 
NXOpen::RegionPointListRegion ()
 Returns the region to delete from the surface
Created in NX9.0.0. More...
 
void SetHideOriginal (bool hideOriginal)
 Sets the option indicating to hide or show the original. More...
 
void SnipSurfaceIntoPatches (NXOpen::Face *targetFace)
 Snip the selected surface into patches
Created in NX9.0.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 NXOpen::GeometricUtilities::SnipIntoPatchesBuilder builder.

No object is returned by this builder.
To create a new instance of this class, use NXOpen::GeometricUtilities::CAMDataPrepManager::CreateSnipIntoPatchesBuilder
Default values.

Property Value

HideOriginal

0


Created in NX9.0.0.

Member Function Documentation

void NXOpen::GeometricUtilities::SnipIntoPatchesBuilder::CreateRegionsPreview ( NXOpen::Face targetFace,
const std::vector< NXOpen::Curve * > &  allCurves 
)

Create region preview
Created in NX9.0.0.



License requirements : None

Parameters
targetFacetargetface
allCurvesallcurves
void NXOpen::GeometricUtilities::SnipIntoPatchesBuilder::DeleteExtractFace ( NXOpen::Face extractFace)

Delete the extracted face
Created in NX9.0.0.



License requirements : None

Parameters
extractFaceextractface
void NXOpen::GeometricUtilities::SnipIntoPatchesBuilder::DeleteInternalPatch ( NXOpen::Face targetFace,
const std::vector< NXOpen::Curve * > &  allCurves 
)

Delete internal patch from the selected surface
Created in NX9.0.0.



License requirements : None

Parameters
targetFacetargetface
allCurvesallcurves
void NXOpen::GeometricUtilities::SnipIntoPatchesBuilder::DeleteIsoCurve ( const std::vector< NXOpen::Curve * > &  allCurves)

Delete the isoparametric curve generated on the selected surface
Created in NX9.0.0.



License requirements : None

Parameters
allCurvesallcurves
NXOpen::SelectFace* NXOpen::GeometricUtilities::SnipIntoPatchesBuilder::Face ( )

Returns the face to snip into patches
Created in NX9.0.0.



License requirements : None

NXOpen::Face* NXOpen::GeometricUtilities::SnipIntoPatchesBuilder::GetExtractFace ( )

Get extracted face.

Returns

Created in NX9.0.0.

License requirements : None
void NXOpen::GeometricUtilities::SnipIntoPatchesBuilder::GetIsoCurves ( NXOpen::Face targetFace,
std::vector< NXOpen::Curve * > &  allCurves 
)

Get the generated isoparametric curves on the selected surface
Created in NX9.0.0.



License requirements : None

Parameters
targetFacetargetface
allCurvesallcurves
bool NXOpen::GeometricUtilities::SnipIntoPatchesBuilder::HideOriginal ( )

Returns the option indicating to hide or show the original.

If True it is hidden,else it is shown
Created in NX9.0.0.

License requirements : None

NXOpen::RegionPointList* NXOpen::GeometricUtilities::SnipIntoPatchesBuilder::Region ( )

Returns the region to delete from the surface
Created in NX9.0.0.



License requirements : None

void NXOpen::GeometricUtilities::SnipIntoPatchesBuilder::SetHideOriginal ( bool  hideOriginal)

Sets the option indicating to hide or show the original.

If True it is hidden,else it is shown
Created in NX9.0.0.

License requirements : nx_freeform_2 ("advanced freeform modeling") OR die_engineering ("DIE ENGINEERING")

Parameters
hideOriginalhideoriginal
void NXOpen::GeometricUtilities::SnipIntoPatchesBuilder::SnipSurfaceIntoPatches ( NXOpen::Face targetFace)

Snip the selected surface into patches
Created in NX9.0.0.



License requirements : None

Parameters
targetFacetargetface

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