NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Features::SheetMetal::ClosedCornerBuilder Class Reference

Represents a Closed corner feature builder. More...

Inheritance diagram for NXOpen::Features::SheetMetal::ClosedCornerBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  ClosureTypeOptions { ClosureTypeOptionsClose, ClosureTypeOptionsOverlap }
 This enum represents Corner Closure type. More...
enum  OriginTypes { OriginTypesBendCenter, OriginTypesCornerPoint }
 This enum represents Origin type. More...
enum  TreatmentTypeOptions {
  TreatmentTypeOptionsOpen, TreatmentTypeOptionsClosed, TreatmentTypeOptionsCircularCutout, TreatmentTypeOptionsUCutout,
  TreatmentTypeOptionsVCutout, TreatmentTypeOptionsRectangularCutout
}
 This enum represents Corner treatment type. More...
enum  Types { TypesCloseAndRelief, TypesRelief }
 This enum represents the feature types. More...

Public Member Functions

void AddFacePair (NXOpen::Face *firstFace, NXOpen::Face *secondFace)
 Add a face pair.
NXOpen::Features::SheetMetal::ClosedCornerBuilder::ClosureTypeOptions ClosureType ()
 Returns the closure type
Created in NX5.0.0.
NXOpen::ExpressionDiameter ()
 Returns the diameter.
NXOpen::ExpressionGap ()
 Returns the gap.
NXOpen::ExpressionGetDiameter ()
 Returns the diameter
This is deprecated.
void GetFacePair (int index, NXOpen::Face **firstFace, NXOpen::Face **secondFace)
 Return the face pair.
NXOpen::ExpressionGetGap ()
 Returns the gap.
int GetNumberOfFacePairs ()
 Returns the number of face pairs already identified for the three bend corner feature.
NXOpen::ExpressionGetOverlap ()
 Returns the overlap.
bool MiterCorner ()
 Returns the corner will be closed using the miter algorithm.
NXOpen::ExpressionOffset ()
 Returns the value by which relief origin will be offset
Created in NX6.0.0.
NXOpen::Features::SheetMetal::ClosedCornerBuilder::OriginTypes Origin ()
 Returns the default origin will be at the corner point instead of the intersection of bend centerlines.
NXOpen::ExpressionOverlap ()
 Returns the overlap.
NXOpen::ExpressionRectangularLength ()
 Returns the length of rectangular relief.
NXOpen::ExpressionRectangularWidth ()
 Returns the width of rectangular relief.
void RemoveFacePair (NXOpen::Face *firstFace, NXOpen::Face *secondFace)
 Removes a face pair (that represents a unique corner) from the list of face pairs already added.
void SetClosureType (NXOpen::Features::SheetMetal::ClosedCornerBuilder::ClosureTypeOptions closureType)
 Sets the closure type
Created in NX5.0.0.
void SetDiameter (const NXString &diameter)
 Sets the diameter
This is deprecated.
void SetGap (const NXString &gap)
 Sets the gap.
void SetMiterCorner (bool miterCorner)
 Sets the corner will be closed using the miter algorithm.
void SetOrigin (NXOpen::Features::SheetMetal::ClosedCornerBuilder::OriginTypes originType)
 Sets the default origin will be at the corner point instead of the intersection of bend centerlines.
void SetOverlap (const NXString &overlap)
 Sets the overlap.
void SetTreatmentType (NXOpen::Features::SheetMetal::ClosedCornerBuilder::TreatmentTypeOptions treatmentType)
 Sets the treatment type
Created in NX5.0.0.
void SetType (NXOpen::Features::SheetMetal::ClosedCornerBuilder::Types type)
 Sets the feature type
Created in NX6.0.0.
NXOpen::Features::SheetMetal::ClosedCornerBuilder::TreatmentTypeOptions TreatmentType ()
 Returns the treatment type
Created in NX5.0.0.
NXOpen::Features::SheetMetal::ClosedCornerBuilder::Types Type ()
 Returns the feature type
Created in NX6.0.0.
int ValidateBuilderData ()
 Validates the builder data.
NXOpen::ExpressionVAngle1 ()
 Returns the angle1 of V relief.
NXOpen::ExpressionVAngle2 ()
 Returns the angle2 of V relief.

Detailed Description

Represents a Closed corner feature builder.


To create a new instance of this class, use Features::SheetMetal::SheetmetalManager::CreateClosedCornerFeatureBuilder

Created in NX5.0.0.


Member Enumeration Documentation

This enum represents Corner Closure type.

Enumerator:
ClosureTypeOptionsClose 

close

ClosureTypeOptionsOverlap 

overlap

This enum represents Origin type.

Enumerator:
OriginTypesBendCenter 

The relief origin will be at the intersection of first bend's centerline and bisector of corrner angle.

OriginTypesCornerPoint 

The relief origin will be at the corner point.

This enum represents Corner treatment type.

Enumerator:
TreatmentTypeOptionsOpen 

Only Webs will be closed.

TreatmentTypeOptionsClosed 

Bend and Webs will be closed.

TreatmentTypeOptionsCircularCutout 

Circular shaped relief.

TreatmentTypeOptionsUCutout 

U shaped relief.

TreatmentTypeOptionsVCutout 

V shaped relief.

TreatmentTypeOptionsRectangularCutout 

Rectangular shaped relief.

This enum represents the feature types.

Enumerator:
TypesCloseAndRelief 

close and relief

TypesRelief 

relief


Member Function Documentation

Add a face pair.


Created in NX5.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Parameters:
firstFaceA bend face from a bend
secondFaceA bend face from an adjacent bend

Returns the closure type
Created in NX5.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal")

Returns the diameter.


Created in NX6.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Returns the gap.


Created in NX6.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Returns the diameter
This is deprecated.

Please use Features::SheetMetal::ClosedCornerBuilder::Diameter and Features::SheetMetal::ClosedCornerBuilder::SetDiameter instead.

Returns:
The diameter for the circular cutout corner treatment
Deprecated:
Deprecated in NX6.0.0.


Created in NX5.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

void NXOpen::Features::SheetMetal::ClosedCornerBuilder::GetFacePair ( int  index,
NXOpen::Face **  firstFace,
NXOpen::Face **  secondFace 
)

Return the face pair.


Created in NX5.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Parameters:
indexIndex of the desired face pair
firstFaceFirst face of the face pair
secondFaceSecond face of the face pair

Returns the gap.


This is deprecated. Please use Features::SheetMetal::ClosedCornerBuilder::Gap and Features::SheetMetal::ClosedCornerBuilder::SetGap instead.

Returns:

Deprecated:
Deprecated in NX6.0.0.


Created in NX5.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Returns the number of face pairs already identified for the three bend corner feature.

Returns:
The number of face pairs currently identified
Created in NX5.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Returns the overlap.


This is deprecated. Please use Features::SheetMetal::ClosedCornerBuilder::Overlap and Features::SheetMetal::ClosedCornerBuilder::SetOverlap instead.

Returns:

Deprecated:
Deprecated in NX6.0.0.


Created in NX5.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Returns the corner will be closed using the miter algorithm.


Created in NX7.5.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Returns the value by which relief origin will be offset
Created in NX6.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal")

Returns the default origin will be at the corner point instead of the intersection of bend centerlines.


Created in NX6.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Returns the overlap.


Created in NX6.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Returns the length of rectangular relief.

The length is associated to the first bend selected.
Created in NX6.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Returns the width of rectangular relief.

The width is associated to the second bend selected.
Created in NX6.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Removes a face pair (that represents a unique corner) from the list of face pairs already added.


Created in NX5.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Parameters:
firstFaceA face from an already selected face pair
secondFaceThe other face from the face pair

Sets the closure type
Created in NX5.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal")

Parameters:
closureTypeThe type of closure specified for the corner

Sets the diameter
This is deprecated.

Please use Features::SheetMetal::ClosedCornerBuilder::Diameter and Features::SheetMetal::ClosedCornerBuilder::SetDiameter instead.

Deprecated:
Deprecated in NX6.0.0.


Created in NX5.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Parameters:
diameterThe diameter for the circular cutout corner treatment
NOTE: The full Unicode character set is not supported for this parameter.

Sets the gap.


This is deprecated. Please use Features::SheetMetal::ClosedCornerBuilder::Gap and Features::SheetMetal::ClosedCornerBuilder::SetGap instead.

Deprecated:
Deprecated in NX6.0.0.


Created in NX5.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Parameters:
gap
NOTE: The full Unicode character set is not supported for this parameter.

Sets the corner will be closed using the miter algorithm.


Created in NX7.5.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Parameters:
miterCornermitercorner

Sets the default origin will be at the corner point instead of the intersection of bend centerlines.


Created in NX6.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Parameters:
originTypeThe default location of relief origin

Sets the overlap.


This is deprecated. Please use Features::SheetMetal::ClosedCornerBuilder::Overlap and Features::SheetMetal::ClosedCornerBuilder::SetOverlap instead.

Deprecated:
Deprecated in NX6.0.0.


Created in NX5.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Parameters:
overlap
NOTE: The full Unicode character set is not supported for this parameter.

Sets the treatment type
Created in NX5.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal")

Parameters:
treatmentTypeThe type of treatment specified for the corner

Sets the feature type
Created in NX6.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal")

Parameters:
typetype

Returns the treatment type
Created in NX5.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal")

Returns the feature type
Created in NX6.0.0.



License requirements : None

Validates the builder data.

Returns:
Returns 0 if the data in the builder is valid
Created in NX5.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Returns the angle1 of V relief.

This is the angle associated with the first bend selected.
Created in NX6.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")

Returns the angle2 of V relief.

This is the angle associated to the second bend selected.
Created in NX6.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal")


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