NX Open C++ Reference Guide
Public Types | Public Member Functions
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

List of all members.

Public Types

enum  OutputTypes { OutputTypesSingleFeature, OutputTypesMultipleFeatures, OutputTypesSew }
 Indicates what to output. More...
enum  Types {
  TypesQuilted, TypesNSided, TypesMesh, TypesByDeletingEdges,
  TypesExtension, TypesNotch, TypesJoggle, TypesMoldWizard,
  TypesBySuppression
}
 The method used to patch the opening. More...

Public Member Functions

void CreatePathFromOpening (std::vector< NXOpen::NXObject * > &objectArray, NXOpen::NXObject **path)
 Create a closed curve (path) from the currently selected opening.
NXOpen::ExpressionCutoutLength ()
 Returns the cutout length, used only when type is Features::PatchOpeningsBuilder::TypesJoggle
Created in NX7.5.0.
NXOpen::ExpressionCutoutRadius ()
 Returns the cutout radius, used only when type is Features::PatchOpeningsBuilder::TypesJoggle
Created in NX7.5.0.
NXOpen::ExpressionDistance ()
 Returns the extension distance, used only when type is Features::PatchOpeningsBuilder::TypesExtension
Created in NX6.0.0.
double DistanceTolerance ()
 Returns the distance tolerance.
NXOpen::ScCollectorDividingCurves ()
 Returns the curves used to divide the opening.
NXOpen::ScCollectorFaces ()
 Returns the faces to form patching boundary.
void FindOpenings (bool filterNoise)
 Find all valid openings based upon input faces.
NXOpen::Die::DieLimitsBuilderLimits ()
 Returns the limits to control the span of the patch
Created in NX7.5.0.
NXOpen::ScCollectorOpenings ()
 Returns the edges defining the openings to patch.
NXOpen::Features::PatchOpeningsBuilder::OutputTypes Output ()
 Returns the type of output desired - one feature, multiple features, sewn.
void SetDistanceTolerance (double distTol)
 Sets the distance tolerance.
void SetOutput (NXOpen::Features::PatchOpeningsBuilder::OutputTypes type)
 Sets the type of output desired - one feature, multiple features, sewn.
void SetShelfPoint1 (NXOpen::Point *point)
 Sets the first shelf point, used only when type is Features::PatchOpeningsBuilder::TypesJoggle
Created in NX7.5.0.
void SetShelfPoint2 (NXOpen::Point *point)
 Sets the second shelf point, used only when type is Features::PatchOpeningsBuilder::TypesJoggle
Created in NX7.5.0.
void SetType (NXOpen::Features::PatchOpeningsBuilder::Types type)
 Sets the method used to patch the opening
Created in NX6.0.0.
NXOpen::ExpressionShelfLength ()
 Returns the shelf length, used only when type is Features::PatchOpeningsBuilder::TypesJoggle
Created in NX7.5.0.
NXOpen::PointShelfPoint1 ()
 Returns the first shelf point, used only when type is Features::PatchOpeningsBuilder::TypesJoggle
Created in NX7.5.0.
NXOpen::PointShelfPoint2 ()
 Returns the second shelf point, used only when type is Features::PatchOpeningsBuilder::TypesJoggle
Created in NX7.5.0.
NXOpen::ExpressionShelfRadius ()
 Returns the shelf radius, used only when type is Features::PatchOpeningsBuilder::TypesJoggle
Created in NX7.5.0.
NXOpen::Features::PatchOpeningsBuilder::Types Type ()
 Returns the method used to patch the opening
Created in NX6.0.0.

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 Features::FeatureCollection::CreatePatchOpeningsBuilder

Created in NX6.0.0.


Member Enumeration Documentation

Indicates what to output.

Enumerator:
OutputTypesSingleFeature 

Output one feature containing all patch sheet bodies.

OutputTypesMultipleFeatures 

Output one feature for each patch sheet body.

OutputTypesSew 

Sew patch sheet bodies into target sheet body.

The method used to patch the opening.

Enumerator:
TypesQuilted 

Patch with quilted patchwork of faces.

TypesNSided 

Patch with N-sided surface area method.

TypesMesh 

Patch with through curve mesh.

TypesByDeletingEdges 

Patch by deleting edges and growing faces.

TypesExtension 

Tangent edge extension method.

TypesNotch 

Notch fill method.

TypesJoggle 

Joggle fill method.

TypesMoldWizard 

Patch with Mold wizard edge patch method.

TypesBySuppression 

Patch by suppressing features.


Member Function Documentation

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


Created in NX7.5.0.

License requirements : die_engineering ("DIE ENGINEERING")

Parameters:
objectArrayThe opening objects that were used to create the path.
pathThe curve created by combining object_array items.

Returns the cutout length, used only when type is Features::PatchOpeningsBuilder::TypesJoggle
Created in NX7.5.0.



License requirements : None

Returns the cutout radius, used only when type is Features::PatchOpeningsBuilder::TypesJoggle
Created in NX7.5.0.



License requirements : None

Returns the extension distance, used only when type is Features::PatchOpeningsBuilder::TypesExtension
Created in NX6.0.0.



License requirements : None

Returns the distance tolerance.

Used for sewing sheet bodies and joining curves
Created in NX6.0.0.

License requirements : None

Returns the curves used to divide the opening.


Created in NX7.5.0.

License requirements : None

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

Find all valid openings based upon input faces.


Created in NX7.5.0.

License requirements : die_engineering ("DIE ENGINEERING")

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

Returns the limits to control the span of the patch
Created in NX7.5.0.



License requirements : None

Returns the edges defining the openings to patch.

Must define closed loops
Created in NX6.0.0.

License requirements : None

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


Created in NX6.0.0.

License requirements : None

Sets the distance tolerance.

Used for sewing sheet bodies and joining curves
Created in NX6.0.0.

License requirements : die_engineering ("DIE ENGINEERING")

Parameters:
distToldisttol

Sets the type of output desired - one feature, multiple features, sewn.


Created in NX6.0.0.

License requirements : die_engineering ("DIE ENGINEERING")

Parameters:
typetype

Sets the first shelf point, used only when type is Features::PatchOpeningsBuilder::TypesJoggle
Created in NX7.5.0.



License requirements : die_engineering ("DIE ENGINEERING")

Parameters:
pointpoint

Sets the second shelf point, used only when type is Features::PatchOpeningsBuilder::TypesJoggle
Created in NX7.5.0.



License requirements : die_engineering ("DIE ENGINEERING")

Parameters:
pointpoint

Sets the method used to patch the opening
Created in NX6.0.0.



License requirements : None

Parameters:
typetype

Returns the shelf length, used only when type is Features::PatchOpeningsBuilder::TypesJoggle
Created in NX7.5.0.



License requirements : None

Returns the first shelf point, used only when type is Features::PatchOpeningsBuilder::TypesJoggle
Created in NX7.5.0.



License requirements : None

Returns the second shelf point, used only when type is Features::PatchOpeningsBuilder::TypesJoggle
Created in NX7.5.0.



License requirements : None

Returns the shelf radius, used only when type is Features::PatchOpeningsBuilder::TypesJoggle
Created in NX7.5.0.



License requirements : None

Returns the method used to patch the opening
Created in NX6.0.0.



License requirements : None


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