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

Represents a Contour Flange feature builder. More...

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

List of all members.

Public Types

enum  SectionSideOptions { SectionSideOptionsLeft, SectionSideOptionsRight }
 This enum represents the side of the section in which material is created. More...
enum  SweepSideOptions { SweepSideOptionsSectionNormalSide, SweepSideOptionsSectionReverseNormalSide }
 This enum represents the side in which the contour flange will be swept. More...
enum  SweepTypeOptions { SweepTypeOptionsFinite, SweepTypeOptionsSymmetric, SweepTypeOptionsToEnd, SweepTypeOptionsChain }
 This enum represents the sweep type of the contour flange. More...

Public Member Functions

NXOpen::Features::SheetMetal::BendOptionsBendOptions ()
 Returns the bend options
Created in NX4.0.0.
NXOpen::SectionEdgeChain ()
 Returns the section having chain edges.
NXOpen::ExpressionGetSweepDistance ()
 THE projection distance of contour flange.
NXOpen::ExpressionGetThickness ()
 THE thickness of contour flange.
bool IsSecondary ()
 Returns the contour flange type.
NXOpen::Features::SheetMetal::MiterOptionsMiterOptions ()
 Returns the miter options
Created in NX4.0.0.
NXOpen::SectionSection ()
 Returns the section of contour flange
Created in NX4.0.0.
void SetEdgeChain (NXOpen::Section *edgeChain)
 Sets the section having chain edges.
void SetSecondary (bool isSecondary)
 Sets the contour flange type.
void SetSection (NXOpen::Section *section)
 Sets the section of contour flange
Created in NX4.0.0.
void SetSketch (NXOpen::Features::SketchFeature *sketch)
 Sets the sketch
Created in NX4.0.0.
void SetSweepDistance (const NXString &sweepDistance)
 
Created in NX4.0.0.
void SetSweepSide (NXOpen::Features::SheetMetal::ContourFlangeBuilder::SweepSideOptions sweepSide)
 Sets the projection direction of contour flange
Created in NX4.0.0.
void SetSweepType (NXOpen::Features::SheetMetal::ContourFlangeBuilder::SweepTypeOptions sweepType)
 Sets the projection side of contour flange
Created in NX4.0.0.
void SetThickness (const NXString &thickness)
 
Created in NX4.0.0.
void SetThicknessSide (NXOpen::Features::SheetMetal::ContourFlangeBuilder::SectionSideOptions sectionSide)
 Sets the thickness side of contour flange
Created in NX4.0.0.
NXOpen::Features::SketchFeatureSketch ()
 Returns the sketch
Created in NX4.0.0.
NXOpen::Features::SheetMetal::ContourFlangeBuilder::SweepSideOptions SweepSide ()
 Returns the projection direction of contour flange
Created in NX4.0.0.
NXOpen::Features::SheetMetal::ContourFlangeBuilder::SweepTypeOptions SweepType ()
 Returns the projection side of contour flange
Created in NX4.0.0.
NXOpen::Features::SheetMetal::ContourFlangeBuilder::SectionSideOptions ThicknessSide ()
 Returns the thickness side of contour flange
Created in NX4.0.0.
int ValidateBuilderData ()
 Verify whether the builder data is valid for creating a Contour Flange or not.

Detailed Description

Represents a Contour Flange feature builder.


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

Created in NX4.0.0.


Member Enumeration Documentation

This enum represents the side of the section in which material is created.

The "left" option represents the side to the left of a person who is walking along the section in the direction of its curves when the section normal is pointing up. The "right" option represents the person's right hand side. This interpretation is the same regardless of whether the section is open or closed. The "right" side at any point along the section can also be represented by the vector resulting from the cross product of the curve tangent (of the section curve at that point) and the section normal. The "left" side is the opposite.

Enumerator:
SectionSideOptionsLeft 

left

SectionSideOptionsRight 

right

This enum represents the side in which the contour flange will be swept.

Enumerator:
SweepSideOptionsSectionNormalSide 

section normal side

SweepSideOptionsSectionReverseNormalSide 

section reverse normal side

This enum represents the sweep type of the contour flange.

Enumerator:
SweepTypeOptionsFinite 

finite

SweepTypeOptionsSymmetric 

symmetric

SweepTypeOptionsToEnd 

to end

SweepTypeOptionsChain 

chain


Member Function Documentation

Returns the bend options
Created in NX4.0.0.



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

Returns the section having chain edges.


Created in NX5.0.0.

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

THE projection distance of contour flange.

Returns:

Created in NX4.0.0.

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

THE thickness of contour flange.

Returns:

Created in NX4.0.0.

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

Returns the contour flange type.


Created in NX5.0.0.

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

Returns the miter options
Created in NX4.0.0.



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

Returns the section of contour flange
Created in NX4.0.0.



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

Sets the section having chain edges.


Created in NX5.0.0.

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

Parameters:
edgeChainedge chain

Sets the contour flange type.


Created in NX5.0.0.

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

Parameters:
isSecondaryis secondary

Sets the section of contour flange
Created in NX4.0.0.



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

Parameters:
sectionsection

Sets the sketch
Created in NX4.0.0.



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

Parameters:
sketchsketch


Created in NX4.0.0.



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

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

Sets the projection direction of contour flange
Created in NX4.0.0.



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

Parameters:
sweepSidesweep side

Sets the projection side of contour flange
Created in NX4.0.0.



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

Parameters:
sweepTypesweep type


Created in NX4.0.0.



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

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

Sets the thickness side of contour flange
Created in NX4.0.0.



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

Parameters:
sectionSidesection side

Returns the sketch
Created in NX4.0.0.



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

Returns the projection direction of contour flange
Created in NX4.0.0.



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

Returns the projection side of contour flange
Created in NX4.0.0.



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

Returns the thickness side of contour flange
Created in NX4.0.0.



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

Verify whether the builder data is valid for creating a Contour Flange or not.


If the Builder data is valid, returned value shall be 0


Returns:
Data Validity Flag.
Created in NX4.0.0.

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

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