Converts a solid or surface body into a sheet metal part.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IFeatureManager
Dim Thickness As Double
Dim ReverseThickDir As Boolean
Dim FindBends As Boolean
Dim Radius As Double
Dim Gap As Double
Dim ReliefType As Integer
Dim ReliefRatio As Double
Dim OverlapType As Integer
Dim OverlapRatio As Double
Dim KeepBody As Boolean
Dim value As Boolean
value = instance.InsertConvertToSheetMetal2(Thickness, ReverseThickDir, FindBends, Radius, Gap, ReliefType, ReliefRatio, OverlapType, OverlapRatio, KeepBody)
|
Parameters
- Thickness
- Sheet thickness
- ReverseThickDir
- True to reverse the direction of the sheet thickness, false to not
- FindBends
- True to find pre-made bends and part thickness, false to not
- Radius
- Radius for the bends
- Gap
- Gap for all rips
- ReliefType
- Relief type as defined by swSheetMetalReliefTypes_e
- ReliefRatio
- Relief ratio
- OverlapType
Overlap type for all rips
- 1=Open butt
- 2=Overlap
- 3=Underlap
- OverlapRatio
- Overlap ratio for all rips
- KeepBody
- True to keep bodies, false to not
Return Value
True if a Convert-Solid sheet metal feature is created, false if not
Example
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0