Inserts an edge flange in this sheet metal part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertSheetMetalEdgeFlange2( _
ByVal FlangeEdges As Object, _
ByVal SketchFeats As Object, _
ByVal BooleanOptions As Integer, _
ByVal FlangeAngle As Double, _
ByVal FlangeRadius As Double, _
ByVal BendPosition As Integer, _
ByVal FlangeOffsetDist As Double, _
ByVal ReliefType As Integer, _
ByVal FlangeReliefRatio As Double, _
ByVal FlangeReliefWidth As Double, _
ByVal FlangeReliefDepth As Double, _
ByVal FlangeSharpType As Integer, _
ByVal CustomBendAllowance As CustomBendAllowance _
) As Feature |
Visual Basic (Usage) | |
---|
Dim instance As IFeatureManager
Dim FlangeEdges As Object
Dim SketchFeats As Object
Dim BooleanOptions As Integer
Dim FlangeAngle As Double
Dim FlangeRadius As Double
Dim BendPosition As Integer
Dim FlangeOffsetDist As Double
Dim ReliefType As Integer
Dim FlangeReliefRatio As Double
Dim FlangeReliefWidth As Double
Dim FlangeReliefDepth As Double
Dim FlangeSharpType As Integer
Dim CustomBendAllowance As CustomBendAllowance
Dim value As Feature
value = instance.InsertSheetMetalEdgeFlange2(FlangeEdges, SketchFeats, BooleanOptions, FlangeAngle, FlangeRadius, BendPosition, FlangeOffsetDist, ReliefType, FlangeReliefRatio, FlangeReliefWidth, FlangeReliefDepth, FlangeSharpType, CustomBendAllowance)
|
C# | |
---|
Feature InsertSheetMetalEdgeFlange2(
object FlangeEdges,
object SketchFeats,
int BooleanOptions,
double FlangeAngle,
double FlangeRadius,
int BendPosition,
double FlangeOffsetDist,
int ReliefType,
double FlangeReliefRatio,
double FlangeReliefWidth,
double FlangeReliefDepth,
int FlangeSharpType,
CustomBendAllowance CustomBendAllowance
) |
C++/CLI | |
---|
Feature^ InsertSheetMetalEdgeFlange2(
& Object^ FlangeEdges,
& Object^ SketchFeats,
& int BooleanOptions,
& double FlangeAngle,
& double FlangeRadius,
& int BendPosition,
& double FlangeOffsetDist,
& int ReliefType,
& double FlangeReliefRatio,
& double FlangeReliefWidth,
& double FlangeReliefDepth,
& int FlangeSharpType,
& CustomBendAllowance^ CustomBendAllowance
) |
Parameters
- FlangeEdges
- Array of edges to which to apply a flange
- SketchFeats
- Array of sketches to use for the flange
- BooleanOptions
Flange options as defined by swInsertEdgeFlangeOptions_e
- FlangeAngle
- Flange angle
- FlangeRadius
- Bend radius
- BendPosition
- Flange bend position as defined by swFlangePositionTypes_e
- FlangeOffsetDist
- Length of flange
- ReliefType
- Relief type as defined by swSheetMetalReliefTypes_e
- FlangeReliefRatio
- Relief ratio
- FlangeReliefWidth
- Relief width
- FlangeReliefDepth
- Relief depth
- FlangeSharpType
- Flange virtual sharp type as defined by swFlangeDimTypes_e
- CustomBendAllowance
If... |
Then... |
non-NULL |
Pointer to ICustomBendAllowance object for which required values have been set |
NULL |
Parent bend's bend allowance is used |
Return Value
Pointer to the
IFeature object
Example
Remarks
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0