SketchChamfer Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::SketchChamfer.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SketchChamfer( _
ByVal AngleORdist As System.Double, _
ByVal Dist1 As System.Double, _
ByVal Options As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim AngleORdist As System.Double
Dim Dist1 As System.Double
Dim Options As System.Integer
instance.SketchChamfer(AngleORdist, Dist1, Options) |
Parameters
- AngleORdist
-
- Dist1
-
- Options
-
See Also