SketchFillet2 Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::SketchFillet2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SketchFillet2( _
ByVal Rad As System.Double, _
ByVal ConstrainedCorners As System.Short _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim Rad As System.Double
Dim ConstrainedCorners As System.Short
Dim value As System.Boolean
value = instance.SketchFillet2(Rad, ConstrainedCorners) |
Parameters
- Rad
-
- ConstrainedCorners
-
See Also