NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void CreateRegionsPreview (NXOpen.Face targetFace, NXOpen.Curve[] allCurves)
 Create region preview More...
 
unsafe void DeleteExtractFace (NXOpen.Face extractFace)
 Delete the extracted face More...
 
unsafe void DeleteInternalPatch (NXOpen.Face targetFace, NXOpen.Curve[] allCurves)
 Delete internal patch from the selected surface More...
 
unsafe void DeleteIsoCurve (NXOpen.Curve[] allCurves)
 Delete the isoparametric curve generated on 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 SnipSurfaceIntoPatches (NXOpen.Face targetFace)
 Snip the selected surface into patches 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...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. 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...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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 
)
inline

Create region preview

Created in NX9.0.0

License requirements: None.

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

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 
)
inline

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)
inline

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 ( )
inline

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 
)
inline

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)
inline

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.