InsertSheetMetalMiterFlange Method (IModelDoc2)
Obsolete. Superseded by IFeatureManager::InsertSheetMetalMiterFlange.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub InsertSheetMetalMiterFlange( _
ByVal UseReliefRatio As System.Boolean, _
ByVal UseDefaultGap As System.Boolean, _
ByVal UseAutoRelief As System.Boolean, _
ByVal GlobalRadius As System.Double, _
ByVal RipGap As System.Double, _
ByVal AutoReliefRatio As System.Double, _
ByVal AutoReliefWidth As System.Double, _
ByVal AutoReliefDepth As System.Double, _
ByVal ReliefType As System.Integer, _
ByVal RipLocation As System.Integer, _
ByVal TrimSideBends As System.Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc2
Dim UseReliefRatio As System.Boolean
Dim UseDefaultGap As System.Boolean
Dim UseAutoRelief As System.Boolean
Dim GlobalRadius As System.Double
Dim RipGap As System.Double
Dim AutoReliefRatio As System.Double
Dim AutoReliefWidth As System.Double
Dim AutoReliefDepth As System.Double
Dim ReliefType As System.Integer
Dim RipLocation As System.Integer
Dim TrimSideBends As System.Boolean
instance.InsertSheetMetalMiterFlange(UseReliefRatio, UseDefaultGap, UseAutoRelief, GlobalRadius, RipGap, AutoReliefRatio, AutoReliefWidth, AutoReliefDepth, ReliefType, RipLocation, TrimSideBends) |
C# | |
---|
void InsertSheetMetalMiterFlange(
System.bool UseReliefRatio,
System.bool UseDefaultGap,
System.bool UseAutoRelief,
System.double GlobalRadius,
System.double RipGap,
System.double AutoReliefRatio,
System.double AutoReliefWidth,
System.double AutoReliefDepth,
System.int ReliefType,
System.int RipLocation,
System.bool TrimSideBends
) |
C++/CLI | |
---|
void InsertSheetMetalMiterFlange(
& System.bool UseReliefRatio,
& System.bool UseDefaultGap,
& System.bool UseAutoRelief,
& System.double GlobalRadius,
& System.double RipGap,
& System.double AutoReliefRatio,
& System.double AutoReliefWidth,
& System.double AutoReliefDepth,
& System.int ReliefType,
& System.int RipLocation,
& System.bool TrimSideBends
) |
Parameters
- UseReliefRatio
-
- UseDefaultGap
-
- UseAutoRelief
-
- GlobalRadius
-
- RipGap
-
- AutoReliefRatio
-
- AutoReliefWidth
-
- AutoReliefDepth
-
- ReliefType
-
- RipLocation
-
- TrimSideBends
-
See Also