ICreateCircleByRadius2 Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::ICreateCircleByRadius2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ICreateCircleByRadius2( _
ByVal XC As System.Double, _
ByVal YC As System.Double, _
ByVal Zc As System.Double, _
ByVal Radius As System.Double _
) As SketchSegment |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim XC As System.Double
Dim YC As System.Double
Dim Zc As System.Double
Dim Radius As System.Double
Dim value As SketchSegment
value = instance.ICreateCircleByRadius2(XC, YC, Zc, Radius) |
C# | |
---|
SketchSegment ICreateCircleByRadius2(
System.double XC,
System.double YC,
System.double Zc,
System.double Radius
) |
C++/CLI | |
---|
SketchSegment^ ICreateCircleByRadius2(
& System.double XC,
& System.double YC,
& System.double Zc,
& System.double Radius
) |
Parameters
- XC
-
- YC
-
- Zc
-
- Radius
-
See Also