Solid Edge Part Type Library
TransformToSynchronousSheetmetal Method
Base face for conversion. We need to pick a face that yields in uniform thickness for all flanges and tabs.
Number of rip edges.
Array of edges that are to be used as rib edges.
Specifies bend relief type. Following two feature property constants are valid: igRectangularBendRelief and igFilletBendRelief.
Specifies bend relief width.
Specifies bend relief depth.
Specifies bend radius.
Specifies bend neutral factor.
Description
Syntax
Visual Basic
Public Sub TransformToSynchronousSheetmetal( _
   ByVal pRefFace As Object, _
   Optional ByVal nEdgeNum As Long = 0, _
   Optional ByRef EdgesArray() As Object, _
   Optional ByVal BRType As Variant, _
   Optional ByVal dBRWidth As Double = 0, _
   Optional ByVal dBRLength As Double = 0, _
   Optional ByVal dBendRadius As Double = 0, _
   Optional ByVal dNeutralFactor As Double = 0 _
) 
Parameters
pRefFace
Base face for conversion. We need to pick a face that yields in uniform thickness for all flanges and tabs.
nEdgeNum
Number of rip edges.
EdgesArray
Array of edges that are to be used as rib edges.
BRType
Specifies bend relief type. Following two feature property constants are valid: igRectangularBendRelief and igFilletBendRelief.
dBRWidth
Specifies bend relief width.
dBRLength
Specifies bend relief depth.
dBendRadius
Specifies bend radius.
dNeutralFactor
Specifies bend neutral factor.
Remarks
In this method, some of the arguments are declared as optional but we cannot mix and match VARIANTS and non-VARIANTS as optional arguments. Hence requesting users to pass all the arguments.
See Also

SheetMetalDocument Object  | SheetMetalDocument Members  | Solid Edge ST5 - What's New