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

Represents a Bridge Transition builder
To create a new instance of this class, use Features::SheetMetal::SheetmetalManager::CreateBridgeTransitionBuilder

Created in NX5.0.2. More...

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

List of all members.

Public Types

enum  InsetOptions { InsetOptionsMaterialInside, InsetOptionsMaterialOutside }
 Enum representing the side of the Bridge Transition material with respect to the specified tangent plane. More...
enum  TypeOptions { TypeOptionsZu, TypeOptionsFold }
 Enum representing types for Bridge Transition feature. More...
enum  WidthDirectionOptions { WidthDirectionOptionsLeft, WidthDirectionOptionsRight }
 Enum representing the width direction for the Bridge Transition. More...
enum  WidthOptions {
  WidthOptionsFinite, WidthOptionsSymmetric, WidthOptionsFullStartEdge, WidthOptionsFullEndEdge,
  WidthOptionsFullBothEdges
}
 Enum representing width option types for Bridge Transition feature. More...

Public Member Functions

NXOpen::SelectEdgeEndEdge ()
 Returns the end edge
Created in NX5.0.2.
NXOpen::ExpressionEndRadius ()
 Returns the inner bend radius of bend region near end edge.
NXOpen::Features::SheetMetal::BridgeTransitionBuilder::InsetOptions InsetType ()
 Returns the inset type
Created in NX5.0.2.
NXOpen::ExpressionLength ()
 Returns the length of the planar region near start edge.
NXOpen::SelectISurfacePlane ()
 Returns the tangential plane
Created in NX5.0.2.
NXOpen::PointPoint ()
 Returns the point with respect to which the finite or symmetric width is specified.
void SetInsetType (NXOpen::Features::SheetMetal::BridgeTransitionBuilder::InsetOptions insetType)
 Sets the inset type
Created in NX5.0.2.
void SetPoint (NXOpen::Point *point)
 Sets the point with respect to which the finite or symmetric width is specified.
void SetType (NXOpen::Features::SheetMetal::BridgeTransitionBuilder::TypeOptions type)
 Sets the transition type
Created in NX5.0.2.
void SetWidthDirection (NXOpen::Features::SheetMetal::BridgeTransitionBuilder::WidthDirectionOptions widthDirection)
 Sets the width direction.
void SetWidthType (NXOpen::Features::SheetMetal::BridgeTransitionBuilder::WidthOptions widthType)
 Sets the width type
Created in NX5.0.2.
NXOpen::SelectEdgeStartEdge ()
 Returns the start edge
Created in NX5.0.2.
NXOpen::ExpressionStartRadius ()
 Returns the inner bend radius of the bend region near start edge.
NXOpen::Features::SheetMetal::BridgeTransitionBuilder::TypeOptions Type ()
 Returns the transition type
Created in NX5.0.2.
NXOpen::ExpressionWidth ()
 Returns the width
Created in NX5.0.2.
NXOpen::Features::SheetMetal::BridgeTransitionBuilder::WidthDirectionOptions WidthDirection ()
 Returns the width direction.
NXOpen::Features::SheetMetal::BridgeTransitionBuilder::WidthOptions WidthType ()
 Returns the width type
Created in NX5.0.2.

Detailed Description

Represents a Bridge Transition builder
To create a new instance of this class, use Features::SheetMetal::SheetmetalManager::CreateBridgeTransitionBuilder

Created in NX5.0.2.



Member Enumeration Documentation

Enum representing the side of the Bridge Transition material with respect to the specified tangent plane.

If it is Features::SheetMetal::BridgeTransitionBuilder::InsetOptionsMaterialInside then the transtion and start edge flow will be on the same logical side of the plane. If they are on opposite sides then use Features::SheetMetal::BridgeTransitionBuilder::InsetOptionsMaterialOutside .

Enumerator:
InsetOptionsMaterialInside 

Bridge Transition body near tangential plane and start will be on same side of the tangential plane selected.

InsetOptionsMaterialOutside 

Bridge Transition body near tangential plane and start will be on opposite sides of the tangential plane selected.

Enum representing types for Bridge Transition feature.

Enumerator:
TypeOptionsZu 

Bridge Transition type consisting of Bend-Planar-Bend regions.

TypeOptionsFold 

Bridge Transition type consisting of Planar-Bend-Planar regions.

Enum representing the width direction for the Bridge Transition.

This enum applies only when the width type is Features::SheetMetal::BridgeTransitionBuilder::WidthOptionsFinite . The Features::SheetMetal::BridgeTransitionBuilder::WidthDirectionOptionsRight option indicates that the width is in the counter clockwise direction of flow of the start edge in the non-thickness face adjacent to it. The Features::SheetMetal::BridgeTransitionBuilder::WidthDirectionOptionsLeft option indicates the width is in the opposite direction.

Enumerator:
WidthDirectionOptionsLeft 

It means Bridge Transition width direction at point specified and fin direction are in opposite direction.

WidthDirectionOptionsRight 

It means Bridge Transition width direction at point specified and fin direction are in same direction.

Enum representing width option types for Bridge Transition feature.

Enumerator:
WidthOptionsFinite 

Bridge Transition starts at specified point on start edge and extends on one side by the specified distance.

WidthOptionsSymmetric 

Bridge Transition starts at specified point on start edge and extends on either side by half the specified distance.

WidthOptionsFullStartEdge 

Bridge Transition spans the full length of start edge.

WidthOptionsFullEndEdge 

Bridge Transition spans the full length of end edge.

WidthOptionsFullBothEdges 

Bridge Transition spans the full length of both the edges.


Member Function Documentation

Returns the end edge
Created in NX5.0.2.



License requirements : nx_flexible_pcb ("NX Flexible PCB") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Returns the inner bend radius of bend region near end edge.

End radius required to be specified for Features::SheetMetal::BridgeTransitionBuilder::TypeOptionsZu .


Created in NX5.0.2.

License requirements : nx_flexible_pcb ("NX Flexible PCB") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Returns the inset type
Created in NX5.0.2.



License requirements : nx_flexible_pcb ("NX Flexible PCB") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Returns the length of the planar region near start edge.

Length is required to be specified for Features::SheetMetal::BridgeTransitionBuilder::TypeOptionsFold .


Created in NX5.0.2.

License requirements : nx_flexible_pcb ("NX Flexible PCB") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Returns the tangential plane
Created in NX5.0.2.



License requirements : nx_flexible_pcb ("NX Flexible PCB") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Returns the point with respect to which the finite or symmetric width is specified.


Created in NX5.0.2.

License requirements : nx_flexible_pcb ("NX Flexible PCB") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Sets the inset type
Created in NX5.0.2.



License requirements : nx_flexible_pcb ("NX Flexible PCB") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters:
insetTypeinsettype

Sets the point with respect to which the finite or symmetric width is specified.


Created in NX5.0.2.

License requirements : nx_flexible_pcb ("NX Flexible PCB") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters:
pointpoint

Sets the transition type
Created in NX5.0.2.



License requirements : nx_flexible_pcb ("NX Flexible PCB") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters:
typetype

Sets the width direction.

Only applies if the width type is Features::SheetMetal::BridgeTransitionBuilder::WidthOptionsFinite
Created in NX5.0.2.

License requirements : nx_flexible_pcb ("NX Flexible PCB") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters:
widthDirectionwidthdirection

Sets the width type
Created in NX5.0.2.



License requirements : nx_flexible_pcb ("NX Flexible PCB") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters:
widthTypewidthtype

Returns the start edge
Created in NX5.0.2.



License requirements : nx_flexible_pcb ("NX Flexible PCB") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Returns the inner bend radius of the bend region near start edge.

Start radius required to be specified for Features::SheetMetal::BridgeTransitionBuilder::TypeOptionsZu .


Created in NX5.0.2.

License requirements : nx_flexible_pcb ("NX Flexible PCB") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Returns the transition type
Created in NX5.0.2.



License requirements : nx_flexible_pcb ("NX Flexible PCB") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Returns the width
Created in NX5.0.2.



License requirements : nx_flexible_pcb ("NX Flexible PCB") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Returns the width direction.

Only applies if the width type is Features::SheetMetal::BridgeTransitionBuilder::WidthOptionsFinite
Created in NX5.0.2.

License requirements : nx_flexible_pcb ("NX Flexible PCB") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Returns the width type
Created in NX5.0.2.



License requirements : nx_flexible_pcb ("NX Flexible PCB") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")


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