|
NX Open C++ Reference Guide
|
Represents a GeometricUtilities::SnipIntoPatchesBuilder builder. More...
Public Member Functions | |
| void | CreateRegionsPreview (NXOpen::Face *targetFace, const std::vector< NXOpen::Curve * > &allCurves) |
| Create region preview Created in NX9.0.0. | |
| void | DeleteExtractFace (NXOpen::Face *extractFace) |
| Delete the extracted face Created in NX9.0.0. | |
| void | DeleteInternalPatch (NXOpen::Face *targetFace, const std::vector< NXOpen::Curve * > &allCurves) |
| Delete internal patch from the selected surface Created in NX9.0.0. | |
| void | DeleteIsoCurve (const std::vector< NXOpen::Curve * > &allCurves) |
| Delete the isoparametric curve generated on the selected surface Created in NX9.0.0. | |
| NXOpen::SelectFace * | Face () |
| Returns the face to snip into patches Created in NX9.0.0. | |
| NXOpen::Face * | GetExtractFace () |
| Get extracted face. | |
| void | GetIsoCurves (NXOpen::Face *targetFace, std::vector< NXOpen::Curve * > &allCurves) |
| Get the generated isoparametric curves on the selected surface Created in NX9.0.0. | |
| bool | HideOriginal () |
| Returns the option indicating to hide or show the original. | |
| NXOpen::RegionPointList * | Region () |
| Returns the region to delete from the surface Created in NX9.0.0. | |
| void | SetHideOriginal (bool hideOriginal) |
| Sets the option indicating to hide or show the original. | |
| void | SnipSurfaceIntoPatches (NXOpen::Face *targetFace) |
| Snip the selected surface into patches Created in NX9.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| 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. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a GeometricUtilities::SnipIntoPatchesBuilder builder.
No object is returned by this builder.
To create a new instance of this class, use GeometricUtilities::CAMDataPrepManager::CreateSnipIntoPatchesBuilder
Default values.
| Property | Value |
|---|---|
|
HideOriginal |
0 |
Created in NX9.0.0.
| 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
| targetFace | targetface |
| allCurves | allcurves |
| void NXOpen::GeometricUtilities::SnipIntoPatchesBuilder::DeleteExtractFace | ( | NXOpen::Face * | extractFace | ) |
Delete the extracted face
Created in NX9.0.0.
License requirements : None
| extractFace | extractface |
| 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
| targetFace | targetface |
| allCurves | allcurves |
| 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
| allCurves | allcurves |
| 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.
| 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
| targetFace | targetface |
| allCurves | allcurves |
| 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")
| hideOriginal | hideoriginal |
| void NXOpen::GeometricUtilities::SnipIntoPatchesBuilder::SnipSurfaceIntoPatches | ( | NXOpen::Face * | targetFace | ) |
Snip the selected surface into patches
Created in NX9.0.0.
License requirements : None
| targetFace | targetface |