Creates an ellipse using the specified center point and points.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateEllipse( _
ByVal XC As Double, _
ByVal YC As Double, _
ByVal Zc As Double, _
ByVal XMajor As Double, _
ByVal YMajor As Double, _
ByVal ZMajor As Double, _
ByVal XMinor As Double, _
ByVal YMinor As Double, _
ByVal ZMinor As Double _
) As SketchSegment |
Visual Basic (Usage) | |
---|
Dim instance As ISketchManager
Dim XC As Double
Dim YC As Double
Dim Zc As Double
Dim XMajor As Double
Dim YMajor As Double
Dim ZMajor As Double
Dim XMinor As Double
Dim YMinor As Double
Dim ZMinor As Double
Dim value As SketchSegment
value = instance.CreateEllipse(XC, YC, Zc, XMajor, YMajor, ZMajor, XMinor, YMinor, ZMinor)
|
Parameters
- XC
- X coordinate for the ellipse center point
- YC
- Y coordinate for the ellipse center point
- Zc
- Z coordinate for the ellipse center point
- XMajor
- X coordinate for a point on the ellipse and on the major axis
- YMajor
- Y coordinate for a point on the ellipse and on the major axis
- ZMajor
- Z coordinate for a point on the ellipse and on the major axis
- XMinor
- X coordinate for a point on the ellipse and on the minor axis
- YMinor
- Y coordinate for a point on the ellipse and on the minor axis
- ZMinor
- Z coordinate for a point on the ellipse and on the minor axis
Return Value
Sketch segment for the ellipse
Example
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0