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

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. More...
 
NXOpen::SectionEdgeChain ()
 Returns the section having chain edges. More...
 
NXOpen::ExpressionGetSweepDistance ()
 THE projection distance of contour flange. More...
 
NXOpen::ExpressionGetThickness ()
 THE thickness of contour flange. More...
 
bool IsSecondary ()
 Returns the contour flange type. More...
 
NXOpen::Features::SheetMetal::MiterOptionsMiterOptions ()
 Returns the miter options
Created in NX4.0.0. More...
 
NXOpen::SectionSection ()
 Returns the section of contour flange
Created in NX4.0.0. More...
 
void SetEdgeChain (NXOpen::Section *edgeChain)
 Sets the section having chain edges. More...
 
void SetSecondary (bool isSecondary)
 Sets the contour flange type. More...
 
void SetSection (NXOpen::Section *section)
 Sets the section of contour flange
Created in NX4.0.0. More...
 
void SetSketch (NXOpen::Features::SketchFeature *sketch)
 Sets the sketch
Created in NX4.0.0. More...
 
void SetSweepDistance (const NXString &sweepDistance)
 
More...
 
void SetSweepDistance (const char *sweepDistance)
 
More...
 
void SetSweepSide (NXOpen::Features::SheetMetal::ContourFlangeBuilder::SweepSideOptions sweepSide)
 Sets the projection direction of contour flange
Created in NX4.0.0. More...
 
void SetSweepType (NXOpen::Features::SheetMetal::ContourFlangeBuilder::SweepTypeOptions sweepType)
 Sets the projection side of contour flange
Created in NX4.0.0. More...
 
void SetThickness (const NXString &thickness)
 
More...
 
void SetThickness (const char *thickness)
 
More...
 
void SetThicknessSide (NXOpen::Features::SheetMetal::ContourFlangeBuilder::SectionSideOptions sectionSide)
 Sets the thickness side of contour flange
Created in NX4.0.0. More...
 
NXOpen::Features::SketchFeatureSketch ()
 Returns the sketch
Created in NX4.0.0. More...
 
NXOpen::Features::SheetMetal::ContourFlangeBuilder::SweepSideOptions SweepSide ()
 Returns the projection direction of contour flange
Created in NX4.0.0. More...
 
NXOpen::Features::SheetMetal::ContourFlangeBuilder::SweepTypeOptions SweepType ()
 Returns the projection side of contour flange
Created in NX4.0.0. More...
 
NXOpen::Features::SheetMetal::ContourFlangeBuilder::SectionSideOptions ThicknessSide ()
 Returns the thickness side of contour flange
Created in NX4.0.0. More...
 
int ValidateBuilderData ()
 Verify whether the builder data is valid for creating a Contour Flange or not. More...
 
- Public Member Functions inherited from NXOpen::Features::SheetMetal::SheetmetalBaseBuilder
NXOpen::Features::SheetMetal::ApplicationContext GetApplicationContext ()
 Get the application context. More...
 
void SetApplicationContext (NXOpen::Features::SheetMetal::ApplicationContext appContext)
 Set the application context. More...
 
- Public Member Functions inherited from NXOpen::Features::FeatureBuilder
NXOpen::Features::FeatureCommitFeature ()
 Commits the feature parameters and creates the feature. More...
 
NXOpen::Features::FeatureGetFeature ()
 Returns the feature currently being edited by this builder. More...
 
void HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
bool ParentFeatureInternal ()
 Returns whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0. More...
 
bool PatchSolutionFlag ()
 Returns the patch solution flag
Created in NX8.0.1. More...
 
NXString PatchSurfaceFilename ()
 Returns the patch surface filename
Created in NX8.0.1. More...
 
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. More...
 
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. More...
 
void SetPatchSolutionFlag (bool optionValue)
 Sets the patch solution flag
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const NXString &surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const char *surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
NXString SurroundingPatchSurfaceFilename ()
 Returns the surrounding patch surface filename
Created in NX8.0.1. More...
 
void UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the internal parent feature of the feature being edited to external
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Contour Flange feature builder.


To create a new instance of this class, use NXOpen::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

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

Returns the bend options
Created in NX4.0.0.



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

NXOpen::Section* NXOpen::Features::SheetMetal::ContourFlangeBuilder::EdgeChain ( )

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")

NXOpen::Expression* NXOpen::Features::SheetMetal::ContourFlangeBuilder::GetSweepDistance ( )

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")
NXOpen::Expression* NXOpen::Features::SheetMetal::ContourFlangeBuilder::GetThickness ( )

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")
bool NXOpen::Features::SheetMetal::ContourFlangeBuilder::IsSecondary ( )

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")

NXOpen::Features::SheetMetal::MiterOptions* NXOpen::Features::SheetMetal::ContourFlangeBuilder::MiterOptions ( )

Returns the miter options
Created in NX4.0.0.



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

NXOpen::Section* NXOpen::Features::SheetMetal::ContourFlangeBuilder::Section ( )

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")

void NXOpen::Features::SheetMetal::ContourFlangeBuilder::SetEdgeChain ( NXOpen::Section edgeChain)

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
void NXOpen::Features::SheetMetal::ContourFlangeBuilder::SetSecondary ( bool  isSecondary)

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
void NXOpen::Features::SheetMetal::ContourFlangeBuilder::SetSection ( NXOpen::Section section)

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
void NXOpen::Features::SheetMetal::ContourFlangeBuilder::SetSketch ( NXOpen::Features::SketchFeature sketch)

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
void NXOpen::Features::SheetMetal::ContourFlangeBuilder::SetSweepDistance ( const NXString sweepDistance)


Deprecated:
Deprecated in NX10.0.0.

Use Expression::SetRightHandSide on the Expression object returned from Features::SheetMetal::ContourFlangeBuilder::GetSweepDistance instead.


Created in NX4.0.0.

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

Parameters
sweepDistancesweep distance
void NXOpen::Features::SheetMetal::ContourFlangeBuilder::SetSweepDistance ( const char *  sweepDistance)


Deprecated:
Deprecated in NX10.0.0.

Use Expression::SetRightHandSide on the Expression object returned from Features::SheetMetal::ContourFlangeBuilder::GetSweepDistance instead.


Created in NX4.0.0.

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

Parameters
sweepDistancesweep distance
void NXOpen::Features::SheetMetal::ContourFlangeBuilder::SetSweepSide ( NXOpen::Features::SheetMetal::ContourFlangeBuilder::SweepSideOptions  sweepSide)

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
void NXOpen::Features::SheetMetal::ContourFlangeBuilder::SetSweepType ( NXOpen::Features::SheetMetal::ContourFlangeBuilder::SweepTypeOptions  sweepType)

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
void NXOpen::Features::SheetMetal::ContourFlangeBuilder::SetThickness ( const NXString thickness)


Deprecated:
Deprecated in NX10.0.0.

Use Expression::SetRightHandSide on the Expression object returned from Features::SheetMetal::ContourFlangeBuilder::GetThickness instead.


Created in NX4.0.0.

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

Parameters
thicknessthickness
void NXOpen::Features::SheetMetal::ContourFlangeBuilder::SetThickness ( const char *  thickness)


Deprecated:
Deprecated in NX10.0.0.

Use Expression::SetRightHandSide on the Expression object returned from Features::SheetMetal::ContourFlangeBuilder::GetThickness instead.


Created in NX4.0.0.

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

Parameters
thicknessthickness
void NXOpen::Features::SheetMetal::ContourFlangeBuilder::SetThicknessSide ( NXOpen::Features::SheetMetal::ContourFlangeBuilder::SectionSideOptions  sectionSide)

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
NXOpen::Features::SketchFeature* NXOpen::Features::SheetMetal::ContourFlangeBuilder::Sketch ( )

Returns the sketch
Created in NX4.0.0.



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

NXOpen::Features::SheetMetal::ContourFlangeBuilder::SweepSideOptions NXOpen::Features::SheetMetal::ContourFlangeBuilder::SweepSide ( )

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")

NXOpen::Features::SheetMetal::ContourFlangeBuilder::SweepTypeOptions NXOpen::Features::SheetMetal::ContourFlangeBuilder::SweepType ( )

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")

NXOpen::Features::SheetMetal::ContourFlangeBuilder::SectionSideOptions NXOpen::Features::SheetMetal::ContourFlangeBuilder::ThicknessSide ( )

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")

int NXOpen::Features::SheetMetal::ContourFlangeBuilder::ValidateBuilderData ( )

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.