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

Represents a Sheetmetal Advanced Flange builder class. More...

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

Public Types

enum  Insets { InsetsMaterialInside, InsetsMaterialOutside, InsetsBendOutside }
 This enum defines the material types. More...
 
enum  LengthReferences { LengthReferencesInside, LengthReferencesOutside, LengthReferencesWeb, LengthReferencesDin6935 }
 This enum defines the flange length dimension types. More...
 
enum  Types { TypesByValue, TypesToReference }
 This enum defines the type options. More...
 

Public Member Functions

NXOpen::ExpressionAngle ()
 Returns the angle
Created in NX11.0.0. More...
 
NXOpen::Features::SheetMetal::BendOptionsBendOptions ()
 Returns the Sheet Metal Bend Options
Created in NX11.0.0. More...
 
NXOpen::ScCollectorEdges ()
 Returns the base edge for the advanced flange. More...
 
NXOpen::ExpressionEndAdjustment ()
 Returns the flat pattern compensation adjustment at end of the flange
Created in NX11.0.0. More...
 
NXOpen::ScCollectorFaces ()
 Returns the reference face for advanced flange
Created in NX11.0.0. More...
 
bool FlatPatternCompensationAtEnd ()
 Returns the option to apply flat pattern compensation at end of the flange
Created in NX11.0.0. More...
 
bool FlatPatternCompensationAtStart ()
 Returns the option to apply flat pattern compensation at start of the flange
Created in NX11.0.0. More...
 
bool InferLength ()
 Returns the infer length option
Created in NX11.0.0. More...
 
NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::Insets Inset ()
 Returns the inset type
Created in NX11.0.0. More...
 
NXOpen::ExpressionLength ()
 Returns the length
Created in NX11.0.0. More...
 
NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::LengthReferences LengthReference ()
 Returns the length reference
Created in NX11.0.0. More...
 
NXOpen::PlanePlane1 ()
 Returns the first plane for the end limits
Created in NX11.0.0. More...
 
NXOpen::PlanePlane2 ()
 Returns the second plane for the end limits
Created in NX11.0.0. More...
 
bool ReverseDirection ()
 Returns the option to reverse length direction
Created in NX11.0.0. More...
 
bool ReverseTrimSide ()
 Returns the option to reverse trim side
Created in NX11.0.0. More...
 
void SetFlatPatternCompensationAtEnd (bool flatPatternCompensationAtEnd)
 Sets the option to apply flat pattern compensation at end of the flange
Created in NX11.0.0. More...
 
void SetFlatPatternCompensationAtStart (bool flatPatternCompensationAtStart)
 Sets the option to apply flat pattern compensation at start of the flange
Created in NX11.0.0. More...
 
void SetInferLength (bool inferLength)
 Sets the infer length option
Created in NX11.0.0. More...
 
void SetInset (NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::Insets inset)
 Sets the inset type
Created in NX11.0.0. More...
 
void SetLengthReference (NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::LengthReferences lengthReference)
 Sets the length reference
Created in NX11.0.0. More...
 
void SetPlane1 (NXOpen::Plane *plane1)
 Sets the first plane for the end limits
Created in NX11.0.0. More...
 
void SetPlane2 (NXOpen::Plane *plane2)
 Sets the second plane for the end limits
Created in NX11.0.0. More...
 
void SetReverseDirection (bool reverseDirection)
 Sets the option to reverse length direction
Created in NX11.0.0. More...
 
void SetReverseTrimSide (bool reverseTrimSide)
 Sets the option to reverse trim side
Created in NX11.0.0. More...
 
void SetType (NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::Types type)
 Sets the advanced flange type
Created in NX11.0.0. More...
 
NXOpen::ExpressionStartAdjustment ()
 Returns the flat pattern compensation adjustment at start of the flange
Created in NX11.0.0. More...
 
NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::Types Type ()
 Returns the advanced flange type
Created in NX11.0.0. 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 Sheetmetal Advanced Flange builder class.


To create a new instance of this class, use NXOpen::Features::SheetMetal::SheetmetalManager::CreateAdvancedFlangeBuilder
Default values.

Property Value

Angle.Value

0

EndAdjustment.Value

0

FlatPatternCompensationAtEnd

0

FlatPatternCompensationAtStart

0

InferLength

0

Inset

MaterialInside

Length.Value

0 (millimeters part), 0 (inches part)

LengthReference

Inside

StartAdjustment.Value

0


Created in NX11.0.0.

Member Enumeration Documentation

This enum defines the material types.

Enumerator
InsetsMaterialInside 

material inside

InsetsMaterialOutside 

material outside

InsetsBendOutside 

bend outside

This enum defines the flange length dimension types.

Enumerator
LengthReferencesInside 

inside

LengthReferencesOutside 

outside

LengthReferencesWeb 

web

LengthReferencesDin6935 

din6935

This enum defines the type options.

Enumerator
TypesByValue 

by value

TypesToReference 

to reference

Member Function Documentation

NXOpen::Expression* NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::Angle ( )

Returns the angle
Created in NX11.0.0.



License requirements : None

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

Returns the Sheet Metal Bend Options
Created in NX11.0.0.



License requirements : None

NXOpen::ScCollector* NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::Edges ( )

Returns the base edge for the advanced flange.


Created in NX11.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::EndAdjustment ( )

Returns the flat pattern compensation adjustment at end of the flange
Created in NX11.0.0.



License requirements : None

NXOpen::ScCollector* NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::Faces ( )

Returns the reference face for advanced flange
Created in NX11.0.0.



License requirements : None

bool NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::FlatPatternCompensationAtEnd ( )

Returns the option to apply flat pattern compensation at end of the flange
Created in NX11.0.0.



License requirements : None

bool NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::FlatPatternCompensationAtStart ( )

Returns the option to apply flat pattern compensation at start of the flange
Created in NX11.0.0.



License requirements : None

bool NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::InferLength ( )

Returns the infer length option
Created in NX11.0.0.



License requirements : None

NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::Insets NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::Inset ( )

Returns the inset type
Created in NX11.0.0.



License requirements : None

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

Returns the length
Created in NX11.0.0.



License requirements : None

NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::LengthReferences NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::LengthReference ( )

Returns the length reference
Created in NX11.0.0.



License requirements : None

NXOpen::Plane* NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::Plane1 ( )

Returns the first plane for the end limits
Created in NX11.0.0.



License requirements : None

NXOpen::Plane* NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::Plane2 ( )

Returns the second plane for the end limits
Created in NX11.0.0.



License requirements : None

bool NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::ReverseDirection ( )

Returns the option to reverse length direction
Created in NX11.0.0.



License requirements : None

bool NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::ReverseTrimSide ( )

Returns the option to reverse trim side
Created in NX11.0.0.



License requirements : None

void NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::SetFlatPatternCompensationAtEnd ( bool  flatPatternCompensationAtEnd)

Sets the option to apply flat pattern compensation at end of the flange
Created in NX11.0.0.



License requirements : adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters
flatPatternCompensationAtEndflatpatterncompensationatend
void NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::SetFlatPatternCompensationAtStart ( bool  flatPatternCompensationAtStart)

Sets the option to apply flat pattern compensation at start of the flange
Created in NX11.0.0.



License requirements : adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters
flatPatternCompensationAtStartflatpatterncompensationatstart
void NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::SetInferLength ( bool  inferLength)

Sets the infer length option
Created in NX11.0.0.



License requirements : adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters
inferLengthinferlength
void NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::SetInset ( NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::Insets  inset)

Sets the inset type
Created in NX11.0.0.



License requirements : adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters
insetinset
void NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::SetLengthReference ( NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::LengthReferences  lengthReference)

Sets the length reference
Created in NX11.0.0.



License requirements : adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters
lengthReferencelengthreference
void NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::SetPlane1 ( NXOpen::Plane plane1)

Sets the first plane for the end limits
Created in NX11.0.0.



License requirements : adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters
plane1plane1
void NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::SetPlane2 ( NXOpen::Plane plane2)

Sets the second plane for the end limits
Created in NX11.0.0.



License requirements : adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters
plane2plane2
void NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::SetReverseDirection ( bool  reverseDirection)

Sets the option to reverse length direction
Created in NX11.0.0.



License requirements : adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters
reverseDirectionreversedirection
void NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::SetReverseTrimSide ( bool  reverseTrimSide)

Sets the option to reverse trim side
Created in NX11.0.0.



License requirements : adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters
reverseTrimSidereversetrimside
void NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::SetType ( NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::Types  type)

Sets the advanced flange type
Created in NX11.0.0.



License requirements : adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters
typetype
NXOpen::Expression* NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::StartAdjustment ( )

Returns the flat pattern compensation adjustment at start of the flange
Created in NX11.0.0.



License requirements : None

NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::Types NXOpen::Features::SheetMetal::AdvancedFlangeBuilder::Type ( )

Returns the advanced flange type
Created in NX11.0.0.



License requirements : None


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