NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Features::SheetMetal::FlangeBuilder Class Reference

Represents a Flange feature builder. More...

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

Public Types

enum  InsetTypeOptions { InsetTypeOptionsMaterialInside, InsetTypeOptionsMaterialOutside, InsetTypeOptionsBendOutside }
 This enum represents the inset type for the material of the flange. More...
 
enum  LengthTypeOptions { LengthTypeOptionsInsideDimension, LengthTypeOptionsOutsideDimension, LengthTypeOptionsWebDimension }
 This enum indicates the two ways that the flange length can be measured. More...
 
enum  MatchFaceOptions { MatchFaceOptionsNone, MatchFaceOptionsUntilSelected }
 This enum represents the match face option for the flange. More...
 
enum  OffsetTypeOptions { OffsetTypeOptionsInside, OffsetTypeOptionsOutside }
 This enum represents the offset type for the flange. More...
 
enum  WidthTypeOptions {
  WidthTypeOptionsFullEdge, WidthTypeOptionsCenterOfEdge, WidthTypeOptionsAtEdgeEnd, WidthTypeOptionsFromEdgeEnd,
  WidthTypeOptionsFromBothEnds, WidthTypeOptionsCustom
}
 This enum represents the width type for the flange. More...
 

Public Member Functions

NXOpen::ExpressionBendAngle ()
 Returns the bend angle for flange.
 
NXOpen::Features::SheetMetal::BendOptionsBendOptions ()
 Returns the bend options object.
 
void DeleteSketch ()
 Delete the flange sketch
Created in NX6.0.0.
 
NXOpen::EdgeEdge ()
 Returns the edge on which the flange is created.
 
void EditSketch ()
 Edit the sketch base on a new edge you need to call SetEdge to set a new edge
Created in NX6.0.0.
 
NXOpen::ExpressionFirstDistance ()
 Returns a distance based on WidthType .
 
NXOpen::SketchGetSketch ()
 Get the flange sketch.
 
NXOpen::Features::SheetMetal::FlangeBuilder::InsetTypeOptions InsetType ()
 Returns the inset type (inside, outside, bendoutside) for the flange.
 
NXOpen::ExpressionLength ()
 Returns the length of the flange.
 
NXOpen::Features::SheetMetal::FlangeBuilder::LengthTypeOptions LengthType ()
 Returns a enum indicating the length type.
 
NXOpen::Features::SheetMetal::FlangeBuilder::MatchFaceOptions MatchFaceOption ()
 Returns the match face selection type.
 
NXOpen::PlaneMatchPlane ()
 Returns the Match Plane.
 
NXOpen::ExpressionOffset ()
 Returns the offset value for the flange.
 
NXOpen::Features::SheetMetal::FlangeBuilder::OffsetTypeOptions OffsetType ()
 Returns the offset type for the flange.
 
NXOpen::ExpressionSecondDistance ()
 Returns a distance based on WidthType .
 
void SetBendAngle (const NXString &bendAngle)
 
Created in NX4.0.0.
 
void SetBendAngle (const char *bendAngle)
 
Created in NX4.0.0.
 
void SetEdge (NXOpen::Edge *edge)
 Sets the edge on which the flange is created.
 
void SetFirstDistance (const NXString &firstDistance)
 
Created in NX4.0.0.
 
void SetFirstDistance (const char *firstDistance)
 
Created in NX4.0.0.
 
void SetInsetType (NXOpen::Features::SheetMetal::FlangeBuilder::InsetTypeOptions insetType)
 Sets the inset type (inside, outside, bendoutside) for the flange.
 
void SetLength (const NXString &length)
 
Created in NX4.0.0.
 
void SetLength (const char *length)
 
Created in NX4.0.0.
 
void SetLengthType (NXOpen::Features::SheetMetal::FlangeBuilder::LengthTypeOptions lengthType)
 Sets a enum indicating the length type.
 
void SetMatchFaceOption (NXOpen::Features::SheetMetal::FlangeBuilder::MatchFaceOptions matchFaceOption)
 Sets the match face selection type.
 
void SetMatchPlane (NXOpen::Plane *matchPlane)
 Sets the Match Plane.
 
void SetOffset (const NXString &offset)
 
Created in NX4.0.0.
 
void SetOffset (const char *offset)
 
Created in NX4.0.0.
 
void SetOffsetType (NXOpen::Features::SheetMetal::FlangeBuilder::OffsetTypeOptions offsetType)
 Sets the offset type for the flange.
 
void SetSecondDistance (const NXString &secondDistance)
 
Created in NX4.0.0.
 
void SetSecondDistance (const char *secondDistance)
 
Created in NX4.0.0.
 
void SetVertex (const NXOpen::Point3d &vertex)
 Sets the vertex on the flange edge, needed to dimension the flange width.
 
void SetWidthType (NXOpen::Features::SheetMetal::FlangeBuilder::WidthTypeOptions widthType)
 Sets the width type for flange.
 
int ValidateBuilderData ()
 Verify that the builder data is valid for creating a flange.
 
NXOpen::Point3d Vertex ()
 Returns the vertex on the flange edge, needed to dimension the flange width.
 
NXOpen::Features::SheetMetal::FlangeBuilder::WidthTypeOptions WidthType ()
 Returns the width type for flange.
 
- Public Member Functions inherited from NXOpen::Features::SheetMetal::SheetmetalBaseBuilder
NXOpen::Features::SheetMetal::ApplicationContext GetApplicationContext ()
 Get the application context.
 
void SetApplicationContext (NXOpen::Features::SheetMetal::ApplicationContext appContext)
 Set the application context.
 
- Public Member Functions inherited from NXOpen::Features::FeatureBuilder
NXOpen::Features::FeatureCommitFeature ()
 Commits the feature parameters and creates the feature.
 
NXOpen::Features::FeatureGetFeature ()
 Returns the feature currently being edited by this builder.
 
void HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited.
 
bool ParentFeatureInternal ()
 Returns whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0.
 
bool PatchSolutionFlag ()
 Returns the patch solution flag
Created in NX8.0.1.
 
NXString PatchSurfaceFilename ()
 Returns the patch surface filename
Created in NX8.0.1.
 
void SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited
Created in NX6.0.0.
 
void SetParentFeatureInternal (bool isInternal)
 Sets whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0.
 
void SetPatchSolutionFlag (bool optionValue)
 Sets the patch solution flag
Created in NX8.0.1.
 
void SetPatchSurfaceFilename (const NXString &surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1.
 
void SetPatchSurfaceFilename (const char *surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1.
 
void SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1.
 
void SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1.
 
void ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited.
 
NXString SurroundingPatchSurfaceFilename ()
 Returns the surrounding patch surface filename
Created in NX8.0.1.
 
void UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the internal parent feature of the feature being edited to external
Created in NX6.0.0.
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder.
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder.
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit.
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder.
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results.
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t GetTag () const
 
<b>Deprecated</b>:<br>

   Use Tag instead.

 
tag_t Tag () const
 Returns the tag of this object.
 

Detailed Description

Represents a Flange feature builder.


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

Created in NX4.0.0.

Member Enumeration Documentation

This enum represents the inset type for the material of the flange.

Enumerator:
InsetTypeOptionsMaterialInside 

The flange is flush with the thickness face on the inside.

InsetTypeOptionsMaterialOutside 

The flange is flush with the thickness face on the outside.

InsetTypeOptionsBendOutside 

The bend and flange are outside the thickness face.

This enum indicates the two ways that the flange length can be measured.

Enumerator:
LengthTypeOptionsInsideDimension 

The flange length is dimensioned to the Inner Mold line.

LengthTypeOptionsOutsideDimension 

The flange length is dimensioned to the Outer Mold Line.

LengthTypeOptionsWebDimension 

The flange length is dimensioned to the Bend Tangent Line.

This enum represents the match face option for the flange.

Enumerator:
MatchFaceOptionsNone 

The flange is placed on the selected edge.

MatchFaceOptionsUntilSelected 

The flange face is extended until the selected plane.

This enum represents the offset type for the flange.

Enumerator:
OffsetTypeOptionsInside 

The flange is offset to the inside of the face.

OffsetTypeOptionsOutside 

The flange is offset to the outside of the face.

This enum represents the width type for the flange.

Enumerator:
WidthTypeOptionsFullEdge 

The flange spans the entire edge.

WidthTypeOptionsCenterOfEdge 

The flange is centered on the edge.

WidthTypeOptionsAtEdgeEnd 

The flange starts from the specified end of the edge.

WidthTypeOptionsFromEdgeEnd 

The flange starts at a specified distance from an end of the edge.

WidthTypeOptionsFromBothEnds 

The flange starts and ends at specified distances from the ends of the edge.

WidthTypeOptionsCustom 

The flange sketch has been edited after creation and may or may not conform to any of the above.

Member Function Documentation

NXOpen::Expression* NXOpen::Features::SheetMetal::FlangeBuilder::BendAngle ( )

Returns the bend angle for flange.

It should be set in degrees (??????).
Created in NX4.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

NXOpen::Features::SheetMetal::BendOptions* NXOpen::Features::SheetMetal::FlangeBuilder::BendOptions ( )

Returns the bend options object.

        <br> 
       The bend options object stores additional parameters for the bend, such as bend radius, bend 
       relief width and depth, corner relief type etc.
        <br> 


Created in NX4.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

void NXOpen::Features::SheetMetal::FlangeBuilder::DeleteSketch ( )

Delete the flange sketch
Created in NX6.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

NXOpen::Edge* NXOpen::Features::SheetMetal::FlangeBuilder::Edge ( )

Returns the edge on which the flange is created.

        <br> 
           The edge should be linear and it should not be a thickness edge.
        <br> 


Created in NX4.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

void NXOpen::Features::SheetMetal::FlangeBuilder::EditSketch ( )

Edit the sketch base on a new edge you need to call SetEdge to set a new edge
Created in NX6.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

NXOpen::Expression* NXOpen::Features::SheetMetal::FlangeBuilder::FirstDistance ( )

Returns a distance based on WidthType .

        <br> 
           See @link WidthType WidthType @endlink and @link SetWidthType SetWidthType @endlink  for a detailed desctiption of what this distance stands for.
        <br> 


Created in NX4.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

NXOpen::Sketch* NXOpen::Features::SheetMetal::FlangeBuilder::GetSketch ( )

Get the flange sketch.

Returns

Created in NX6.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
NXOpen::Features::SheetMetal::FlangeBuilder::InsetTypeOptions NXOpen::Features::SheetMetal::FlangeBuilder::InsetType ( )

Returns the inset type (inside, outside, bendoutside) for the flange.


Created in NX4.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

NXOpen::Expression* NXOpen::Features::SheetMetal::FlangeBuilder::Length ( )

Returns the length of the flange.


Created in NX4.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

NXOpen::Features::SheetMetal::FlangeBuilder::LengthTypeOptions NXOpen::Features::SheetMetal::FlangeBuilder::LengthType ( )

Returns a enum indicating the length type.

   For Features created in NX8 and above:
   The way length is measured for the flange. It can either be measure from the inside edge or the outside edge.
        <br> 
           Flange length can be specified starting from the selected edge or from the corresponding edge on the other face 
           (other linear edge on the other side of the thickness face). If the length is specified from the
           selected edge use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsInsideDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsInsideDimension@endlink  or
           if the flange length is specifed from the other edge use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsOutsideDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsOutsideDimension@endlink .
        <br> 

   For Features created in NX8 and above:        
   Flange length can be measure from the Inner Mold Line, Outer Mold Line or Bend Tangent Line.
        <br> 
           Inner Mold Line: Intersection of inner tab face and inner flange web face
           Outer Mold Line: Intersection of outer tab face and outer flange web face
           Bend  Tangent Line: common edge between flange web face and bend face.

           Flange length can be specified starting from the inner mold line or outer mold line or bend tangent line. If the length is specified from the
           inner mold line use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsInsideDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsInsideDimension@endlink  or
           if the flange length is specifed from the outer mold line use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsOutsideDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsOutsideDimension@endlink or
           if the flange length is specifed from the bend tangent line use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsWebDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsWebDimension@endlink .
        <br> 


Created in NX4.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

NXOpen::Features::SheetMetal::FlangeBuilder::MatchFaceOptions NXOpen::Features::SheetMetal::FlangeBuilder::MatchFaceOption ( )

Returns the match face selection type.

        <br> 
           None for Regular Flange.
           Until Selected for Match To Face type Flange .
        <br> 


Created in NX8.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Plane* NXOpen::Features::SheetMetal::FlangeBuilder::MatchPlane ( )

Returns the Match Plane.


Created in NX8.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Expression* NXOpen::Features::SheetMetal::FlangeBuilder::Offset ( )

Returns the offset value for the flange.

        <br> 
           The direction of the offset is determined by the value off @link OffsetType OffsetType@endlink . 
        <br> 


Created in NX4.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

NXOpen::Features::SheetMetal::FlangeBuilder::OffsetTypeOptions NXOpen::Features::SheetMetal::FlangeBuilder::OffsetType ( )

Returns the offset type for the flange.

        <br> 
           Describes the value of the offset in @link Offset Offset @endlink and @link SetOffset SetOffset @endlink .
        <br> 


Created in NX4.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

NXOpen::Expression* NXOpen::Features::SheetMetal::FlangeBuilder::SecondDistance ( )

Returns a distance based on WidthType .

        <br> 
           See @link WidthType WidthType @endlink and @link SetWidthType SetWidthType @endlink  for a detailed desctiption of what this distance stands for.
        <br> 


Created in NX4.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

void NXOpen::Features::SheetMetal::FlangeBuilder::SetBendAngle ( const NXString bendAngle)


Created in NX4.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

Parameters
bendAngle
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::Features::SheetMetal::FlangeBuilder::SetBendAngle ( const char *  bendAngle)


Created in NX4.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

Parameters
bendAngle
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::Features::SheetMetal::FlangeBuilder::SetEdge ( NXOpen::Edge edge)

Sets the edge on which the flange is created.

        <br> 
           The edge should be linear and it should not be a thickness edge.
        <br> 


Created in NX4.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

Parameters
edgeThe flange is created on this edge.
void NXOpen::Features::SheetMetal::FlangeBuilder::SetFirstDistance ( const NXString firstDistance)


Created in NX4.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

Parameters
firstDistance
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::Features::SheetMetal::FlangeBuilder::SetFirstDistance ( const char *  firstDistance)


Created in NX4.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

Parameters
firstDistance
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::Features::SheetMetal::FlangeBuilder::SetInsetType ( NXOpen::Features::SheetMetal::FlangeBuilder::InsetTypeOptions  insetType)

Sets the inset type (inside, outside, bendoutside) for the flange.


Created in NX4.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

Parameters
insetTypeinset type
void NXOpen::Features::SheetMetal::FlangeBuilder::SetLength ( const NXString length)


Created in NX4.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

Parameters
length
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::Features::SheetMetal::FlangeBuilder::SetLength ( const char *  length)


Created in NX4.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

Parameters
length
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::Features::SheetMetal::FlangeBuilder::SetLengthType ( NXOpen::Features::SheetMetal::FlangeBuilder::LengthTypeOptions  lengthType)

Sets a enum indicating the length type.

   For Features created in NX8 and above:
   The way length is measured for the flange. It can either be measure from the inside edge or the outside edge.
        <br> 
           Flange length can be specified starting from the selected edge or from the corresponding edge on the other face 
           (other linear edge on the other side of the thickness face). If the length is specified from the
           selected edge use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsInsideDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsInsideDimension@endlink  or
           if the flange length is specifed from the other edge use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsOutsideDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsOutsideDimension@endlink .
        <br> 

   For Features created in NX8 and above:        
   Flange length can be measure from the Inner Mold Line, Outer Mold Line or Bend Tangent Line.
        <br> 
           Inner Mold Line: Intersection of inner tab face and inner flange web face
           Outer Mold Line: Intersection of outer tab face and outer flange web face
           Bend  Tangent Line: common edge between flange web face and bend face.

           Flange length can be specified starting from the inner mold line or outer mold line or bend tangent line. If the length is specified from the
           inner mold line use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsInsideDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsInsideDimension@endlink  or
           if the flange length is specifed from the outer mold line use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsOutsideDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsOutsideDimension@endlink or
           if the flange length is specifed from the bend tangent line use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsWebDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsWebDimension@endlink .
        <br> 


Created in NX4.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

Parameters
lengthTypelength type
void NXOpen::Features::SheetMetal::FlangeBuilder::SetMatchFaceOption ( NXOpen::Features::SheetMetal::FlangeBuilder::MatchFaceOptions  matchFaceOption)

Sets the match face selection type.

        <br> 
           None for Regular Flange.
           Until Selected for Match To Face type Flange .
        <br> 


Created in NX8.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Parameters
matchFaceOptionmatchfaceoption
void NXOpen::Features::SheetMetal::FlangeBuilder::SetMatchPlane ( NXOpen::Plane matchPlane)

Sets the Match Plane.


Created in NX8.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Parameters
matchPlanematchplane
void NXOpen::Features::SheetMetal::FlangeBuilder::SetOffset ( const NXString offset)


Created in NX4.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Parameters
offsetThe flange offset value
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::Features::SheetMetal::FlangeBuilder::SetOffset ( const char *  offset)


Created in NX4.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Parameters
offsetThe flange offset value
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::Features::SheetMetal::FlangeBuilder::SetOffsetType ( NXOpen::Features::SheetMetal::FlangeBuilder::OffsetTypeOptions  offsetType)

Sets the offset type for the flange.

        <br> 
           Describes the value of the offset in @link Offset Offset @endlink and @link SetOffset SetOffset @endlink .
        <br> 


Created in NX4.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

Parameters
offsetTypeThe flange can be offset inside or outside.
void NXOpen::Features::SheetMetal::FlangeBuilder::SetSecondDistance ( const NXString secondDistance)


Created in NX4.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

Parameters
secondDistance
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::Features::SheetMetal::FlangeBuilder::SetSecondDistance ( const char *  secondDistance)


Created in NX4.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

Parameters
secondDistance
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::Features::SheetMetal::FlangeBuilder::SetVertex ( const NXOpen::Point3d vertex)

Sets the vertex on the flange edge, needed to dimension the flange width.

        <br> 
           The vertex needs to be specified ONLY if @link WidthType WidthType@endlink  is
           set to one of @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsAtEdgeEnd Features::SheetMetal::FlangeBuilder::WidthTypeOptionsAtEdgeEnd@endlink ,  
           @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromEdgeEnd Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromEdgeEnd@endlink . In case of 
           @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromBothEnds Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromBothEnds@endlink , the start vertex of the edge
           is assumed to be the start point for @link FirstDistance FirstDistance@endlink .
        <br> 


Created in NX4.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

Parameters
vertexA vertex on the flange edge.
void NXOpen::Features::SheetMetal::FlangeBuilder::SetWidthType ( NXOpen::Features::SheetMetal::FlangeBuilder::WidthTypeOptions  widthType)

Sets the width type for flange.

        <br> 
           Use one of the values from @link Features::SheetMetal::FlangeBuilder::WidthTypeOptions Features::SheetMetal::FlangeBuilder::WidthTypeOptions@endlink . Depending on which of the 
           values from the enum is used, none, either or both of the distance values from 
           @link FirstDistance FirstDistance@endlink   and @link SecondDistance SecondDistance@endlink 
           may be used. Here is a description of the distances:

           If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFullEdge Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFullEdge@endlink , then both the @link FirstDistance FirstDistance@endlink 
           and @link SecondDistance SecondDistance@endlink  values are unused.

           If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsCenterOfEdge Features::SheetMetal::FlangeBuilder::WidthTypeOptionsCenterOfEdge@endlink , then both the @link FirstDistance FirstDistance@endlink 
           and @link SecondDistance SecondDistance@endlink  represent exactly half the width of the flange.

           If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsAtEdgeEnd Features::SheetMetal::FlangeBuilder::WidthTypeOptionsAtEdgeEnd@endlink , then @link FirstDistance FirstDistance@endlink 
           represents the width of the flange, starting from the end of the edge specified by the @link Vertex Vertex@endlink  and 
           the @link SecondDistance SecondDistance@endlink  is not used.

           If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromEdgeEnd Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromEdgeEnd@endlink , then @link FirstDistance FirstDistance@endlink 
           represents the distance of the start point of the flange from the end of the edge specified by @link Vertex Vertex@endlink  
           and @link SecondDistance SecondDistance@endlink  represents the width of the flange.

           If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromBothEnds Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromBothEnds@endlink , then @link FirstDistance FirstDistance@endlink 
           represents the distance of the start point of the flange from the from the end of the edge specified by @link Vertex Vertex@endlink   
           and @link SecondDistance SecondDistance@endlink  represents the distance of the end point of the flange from end of the edge opposite to the end 
           specified by @link Vertex Vertex@endlink .

           The value @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsCustom Features::SheetMetal::FlangeBuilder::WidthTypeOptionsCustom@endlink , cannot be set by the user. It is set internally if the
           sketch for the flange has been edited after creation. In this case, the expressions @link FirstDistance FirstDistance@endlink 
           and @link SecondDistance SecondDistance@endlink  may or may not retain their original meaning when the flange was first created, 
           so the user should not rely on these any more to mean anything specific.

        <br> 


Created in NX4.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

Parameters
widthTypewidth type
int NXOpen::Features::SheetMetal::FlangeBuilder::ValidateBuilderData ( )

Verify that the builder data is valid for creating a flange.

        <br> 
            If the builder data is valid, return value is zero.
        <br> 
    @return  A value of zero is returned if the data in the builder is valid. 


Created in NX4.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

NXOpen::Point3d NXOpen::Features::SheetMetal::FlangeBuilder::Vertex ( )

Returns the vertex on the flange edge, needed to dimension the flange width.

        <br> 
           The vertex needs to be specified ONLY if @link WidthType WidthType@endlink  is
           set to one of @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsAtEdgeEnd Features::SheetMetal::FlangeBuilder::WidthTypeOptionsAtEdgeEnd@endlink ,  
           @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromEdgeEnd Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromEdgeEnd@endlink . In case of 
           @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromBothEnds Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromBothEnds@endlink , the start vertex of the edge
           is assumed to be the start point for @link FirstDistance FirstDistance@endlink .
        <br> 


Created in NX4.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")

NXOpen::Features::SheetMetal::FlangeBuilder::WidthTypeOptions NXOpen::Features::SheetMetal::FlangeBuilder::WidthType ( )

Returns the width type for flange.

        <br> 
           Use one of the values from @link Features::SheetMetal::FlangeBuilder::WidthTypeOptions Features::SheetMetal::FlangeBuilder::WidthTypeOptions@endlink . Depending on which of the 
           values from the enum is used, none, either or both of the distance values from 
           @link FirstDistance FirstDistance@endlink   and @link SecondDistance SecondDistance@endlink 
           may be used. Here is a description of the distances:

           If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFullEdge Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFullEdge@endlink , then both the @link FirstDistance FirstDistance@endlink 
           and @link SecondDistance SecondDistance@endlink  values are unused.

           If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsCenterOfEdge Features::SheetMetal::FlangeBuilder::WidthTypeOptionsCenterOfEdge@endlink , then both the @link FirstDistance FirstDistance@endlink 
           and @link SecondDistance SecondDistance@endlink  represent exactly half the width of the flange.

           If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsAtEdgeEnd Features::SheetMetal::FlangeBuilder::WidthTypeOptionsAtEdgeEnd@endlink , then @link FirstDistance FirstDistance@endlink 
           represents the width of the flange, starting from the end of the edge specified by the @link Vertex Vertex@endlink  and 
           the @link SecondDistance SecondDistance@endlink  is not used.

           If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromEdgeEnd Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromEdgeEnd@endlink , then @link FirstDistance FirstDistance@endlink 
           represents the distance of the start point of the flange from the end of the edge specified by @link Vertex Vertex@endlink  
           and @link SecondDistance SecondDistance@endlink  represents the width of the flange.

           If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromBothEnds Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromBothEnds@endlink , then @link FirstDistance FirstDistance@endlink 
           represents the distance of the start point of the flange from the from the end of the edge specified by @link Vertex Vertex@endlink   
           and @link SecondDistance SecondDistance@endlink  represents the distance of the end point of the flange from end of the edge opposite to the end 
           specified by @link Vertex Vertex@endlink .

           The value @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsCustom Features::SheetMetal::FlangeBuilder::WidthTypeOptionsCustom@endlink , cannot be set by the user. It is set internally if the
           sketch for the flange has been edited after creation. In this case, the expressions @link FirstDistance FirstDistance@endlink 
           and @link SecondDistance SecondDistance@endlink  may or may not retain their original meaning when the flange was first created, 
           so the user should not rely on these any more to mean anything specific.

        <br> 


Created in NX4.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")


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