NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Features.PatchOpeningsBuilder Class Reference

Represents a builder for a Patch Openings feature. More...

Inheritance diagram for NXOpen.Features.PatchOpeningsBuilder:
NXOpen.Features.FeatureBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  OutputTypes { SingleFeature, MultipleFeatures, Sew }
 Indicates what to output More...
 
enum  Types {
  Quilted, NSided, Mesh, ByDeletingEdges,
  Extension, Notch, Joggle, MoldWizard,
  BySuppression
}
 The method used to patch the opening More...
 

Public Member Functions

unsafe void CreatePathFromOpening (out NXOpen.NXObject[] objectArray, out NXOpen.NXObject path)
 Create a closed curve (path) from the currently selected opening. More...
 
unsafe void FindOpenings (bool filterNoise)
 Find all valid openings based upon input faces. More...
 
- Public Member Functions inherited from NXOpen.Features.FeatureBuilder
unsafe NXOpen.Features.Feature CommitFeature ()
 Commits the feature parameters and creates the feature More...
 
unsafe NXOpen.Features.Feature GetFeature ()
 Returns the feature currently being edited by this builder. More...
 
unsafe void HideInternalParentFeatureAfterEdit (NXOpen.Features.Feature parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
unsafe void SetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited More...
 
unsafe void ShowInternalParentFeatureForEdit (NXOpen.Features.Feature parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
unsafe void UnsetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the internal parent feature of the feature being edited to external 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.Expression CutoutLength [get]
 Returns the cutout length, used only when type is Features.PatchOpeningsBuilder.Types.Joggle More...
 
unsafe NXOpen.Expression CutoutRadius [get]
 Returns the cutout radius, used only when type is Features.PatchOpeningsBuilder.Types.Joggle More...
 
unsafe NXOpen.Expression Distance [get]
 Returns the extension distance, used only when type is Features.PatchOpeningsBuilder.Types.Extension More...
 
unsafe double DistanceTolerance [get, set]
 Returns or sets the distance tolerance. More...
 
unsafe NXOpen.ScCollector DividingCurves [get]
 Returns the curves used to divide the opening. More...
 
unsafe NXOpen.ScCollector Faces [get]
 Returns the faces to form patching boundary. More...
 
unsafe NXOpen.Die.DieLimitsBuilder Limits [get]
 Returns the limits to control the span of the patch More...
 
unsafe NXOpen.ScCollector Openings [get]
 Returns the edges defining the openings to patch. More...
 
unsafe
NXOpen.Features.PatchOpeningsBuilder.OutputTypes 
Output [get, set]
 Returns or sets the type of output desired - one feature, multiple features, sewn. More...
 
unsafe NXOpen.Expression ShelfLength [get]
 Returns the shelf length, used only when type is Features.PatchOpeningsBuilder.Types.Joggle More...
 
unsafe NXOpen.Point ShelfPoint1 [get, set]
 Returns or sets the first shelf point, used only when type is Features.PatchOpeningsBuilder.Types.Joggle More...
 
unsafe NXOpen.Point ShelfPoint2 [get, set]
 Returns or sets the second shelf point, used only when type is Features.PatchOpeningsBuilder.Types.Joggle More...
 
unsafe NXOpen.Expression ShelfRadius [get]
 Returns the shelf radius, used only when type is Features.PatchOpeningsBuilder.Types.Joggle More...
 
unsafe
NXOpen.Features.PatchOpeningsBuilder.Types 
Type [get, set]
 Returns or sets the method used to patch the opening More...
 
- Properties inherited from NXOpen.Features.FeatureBuilder
unsafe bool ParentFeatureInternal [get, set]
 Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal More...
 
unsafe bool PatchSolutionFlag [get, set]
 Returns or sets the patch solution flag More...
 
unsafe string PatchSurfaceFilename [get, set]
 Returns or sets the patch surface filename More...
 
unsafe string SurroundingPatchSurfaceFilename [get, set]
 Returns or sets the surrounding patch surface filename More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a builder for a Patch Openings feature.

This allows creation and editing of a Patch Openings feature.

To create a new instance of this class, use NXOpen.Features.FeatureCollection.CreatePatchOpeningsBuilder

Created in NX6.0.0

Member Enumeration Documentation

Indicates what to output

Enumerator
SingleFeature 

Output one feature containing all patch sheet bodies

MultipleFeatures 

Output one feature for each patch sheet body

Sew 

Sew patch sheet bodies into target sheet body

The method used to patch the opening

Enumerator
Quilted 

Patch with quilted patchwork of faces

NSided 

Patch with N-sided surface area method

Mesh 

Patch with through curve mesh

ByDeletingEdges 

Patch by deleting edges and growing faces

Extension 

Tangent edge extension method

Notch 

Notch fill method

Joggle 

Joggle fill method

MoldWizard 

Patch with Mold wizard edge patch method

BySuppression 

Patch by suppressing features

Member Function Documentation

unsafe void NXOpen.Features.PatchOpeningsBuilder.CreatePathFromOpening ( out NXOpen.NXObject[]  objectArray,
out NXOpen.NXObject  path 
)
inline

Create a closed curve (path) from the currently selected opening.

Created in NX7.5.0

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

Parameters
objectArrayThe opening objects that were used to create the path.
pathThe curve created by combining object_array items.
unsafe void NXOpen.Features.PatchOpeningsBuilder.FindOpenings ( bool  filterNoise)
inline

Find all valid openings based upon input faces.

Created in NX7.5.0

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

Parameters
filterNoiseif true, do not allow small openings and exterior edges

Property Documentation

unsafe NXOpen.Expression NXOpen.Features.PatchOpeningsBuilder.CutoutLength
get

Returns the cutout length, used only when type is Features.PatchOpeningsBuilder.Types.Joggle

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.PatchOpeningsBuilder.CutoutRadius
get

Returns the cutout radius, used only when type is Features.PatchOpeningsBuilder.Types.Joggle

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.PatchOpeningsBuilder.Distance
get

Returns the extension distance, used only when type is Features.PatchOpeningsBuilder.Types.Extension

Created in NX6.0.0

License requirements: None.

unsafe double NXOpen.Features.PatchOpeningsBuilder.DistanceTolerance
getset

Returns or sets the distance tolerance.

Used for sewing sheet bodies and joining curves

Created in NX6.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.ScCollector NXOpen.Features.PatchOpeningsBuilder.DividingCurves
get

Returns the curves used to divide the opening.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.ScCollector NXOpen.Features.PatchOpeningsBuilder.Faces
get

Returns the faces to form patching boundary.

These faces will be sewn into a sheet body internally to determine the internal openings to fill

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Die.DieLimitsBuilder NXOpen.Features.PatchOpeningsBuilder.Limits
get

Returns the limits to control the span of the patch

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.ScCollector NXOpen.Features.PatchOpeningsBuilder.Openings
get

Returns the edges defining the openings to patch.

Must define closed loops

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Features.PatchOpeningsBuilder.OutputTypes NXOpen.Features.PatchOpeningsBuilder.Output
getset

Returns or sets the type of output desired - one feature, multiple features, sewn.

Created in NX6.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.Expression NXOpen.Features.PatchOpeningsBuilder.ShelfLength
get

Returns the shelf length, used only when type is Features.PatchOpeningsBuilder.Types.Joggle

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Point NXOpen.Features.PatchOpeningsBuilder.ShelfPoint1
getset

Returns or sets the first shelf point, used only when type is Features.PatchOpeningsBuilder.Types.Joggle

Created in NX7.5.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.Point NXOpen.Features.PatchOpeningsBuilder.ShelfPoint2
getset

Returns or sets the second shelf point, used only when type is Features.PatchOpeningsBuilder.Types.Joggle

Created in NX7.5.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.Expression NXOpen.Features.PatchOpeningsBuilder.ShelfRadius
get

Returns the shelf radius, used only when type is Features.PatchOpeningsBuilder.Types.Joggle

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Features.PatchOpeningsBuilder.Types NXOpen.Features.PatchOpeningsBuilder.Type
getset

Returns or sets the method used to patch the opening

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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