NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | 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.GeometricUtilities.IComponentBuilder

Public Member Functions

unsafe void SnipSurfaceIntoPatches (NXOpen.Face targetFace)
 Snip the selected surface into patches More...
 
unsafe void CreateRegionsPreview (NXOpen.Face targetFace, NXOpen.Curve[] allCurves)
 Create region preview More...
 
unsafe void DeleteInternalPatch (NXOpen.Face targetFace, NXOpen.Curve[] allCurves)
 Delete internal patch from the selected surface More...
 
unsafe NXOpen.Face GetExtractFace ()
 Get extracted face More...
 
unsafe void GetIsoCurves (NXOpen.Face targetFace, out NXOpen.Curve[] allCurves)
 Get the generated isoparametric curves on the selected surface More...
 
unsafe void DeleteExtractFace (NXOpen.Face extractFace)
 Delete the extracted face More...
 
unsafe void DeleteIsoCurve (NXOpen.Curve[] allCurves)
 Delete the isoparametric curve generated on the selected surface More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Properties

unsafe NXOpen.SelectFace Face [get]
 Returns the face to snip into patches More...
 
unsafe bool HideOriginal [get, set]
 Returns or sets the option indicating to hide or show the original. More...
 
unsafe NXOpen.RegionPointList Region [get]
 Returns the region to delete from the surface 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

unsafe void NXOpen.GeometricUtilities.SnipIntoPatchesBuilder.CreateRegionsPreview ( NXOpen.Face  targetFace,
NXOpen.Curve[]  allCurves 
)

Create region preview

Created in NX9.0.0

License requirements: None.

Parameters
targetFace
allCurves
unsafe void NXOpen.GeometricUtilities.SnipIntoPatchesBuilder.DeleteExtractFace ( NXOpen.Face  extractFace)

Delete the extracted face

Created in NX9.0.0

License requirements: None.

Parameters
extractFace
unsafe void NXOpen.GeometricUtilities.SnipIntoPatchesBuilder.DeleteInternalPatch ( NXOpen.Face  targetFace,
NXOpen.Curve[]  allCurves 
)

Delete internal patch from the selected surface

Created in NX9.0.0

License requirements: None.

Parameters
targetFace
allCurves
unsafe void NXOpen.GeometricUtilities.SnipIntoPatchesBuilder.DeleteIsoCurve ( NXOpen.Curve[]  allCurves)

Delete the isoparametric curve generated on the selected surface

Created in NX9.0.0

License requirements: None.

Parameters
allCurves
unsafe NXOpen.Face NXOpen.GeometricUtilities.SnipIntoPatchesBuilder.GetExtractFace ( )

Get extracted face

Created in NX9.0.0

License requirements: None.

Returns
unsafe void NXOpen.GeometricUtilities.SnipIntoPatchesBuilder.GetIsoCurves ( NXOpen.Face  targetFace,
out NXOpen.Curve[]  allCurves 
)

Get the generated isoparametric curves on the selected surface

Created in NX9.0.0

License requirements: None.

Parameters
targetFace
allCurves
unsafe void NXOpen.GeometricUtilities.SnipIntoPatchesBuilder.SnipSurfaceIntoPatches ( NXOpen.Face  targetFace)

Snip the selected surface into patches

Created in NX9.0.0

License requirements: None.

Parameters
targetFace

Property Documentation

unsafe NXOpen.SelectFace NXOpen.GeometricUtilities.SnipIntoPatchesBuilder.Face
get

Returns the face to snip into patches

Created in NX9.0.0

License requirements: None.

unsafe bool NXOpen.GeometricUtilities.SnipIntoPatchesBuilder.HideOriginal
getset

Returns or 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 to get this property: None.

License requirements to set this property: nx_freeform_2 ("advanced freeform modeling") OR die_engineering ("DIE ENGINEERING")

unsafe NXOpen.RegionPointList NXOpen.GeometricUtilities.SnipIntoPatchesBuilder.Region
get

Returns the region to delete from the surface

Created in NX9.0.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.