Hide Table of Contents
CreateEllipticalArcByCenterVB Method (IModelDoc2)

Obsolete. Superseded by SketchManager::CreateEllipticalArc.

.NET Syntax

Visual Basic (Declaration) 
Function CreateEllipticalArcByCenterVB( _
   ByVal CenterX As Double, _
   ByVal CenterY As Double, _
   ByVal CenterZ As Double, _
   ByVal MajorX As Double, _
   ByVal MajorY As Double, _
   ByVal MajorZ As Double, _
   ByVal MinorX As Double, _
   ByVal MinorY As Double, _
   ByVal MinorZ As Double, _
   ByVal StartX As Double, _
   ByVal StartY As Double, _
   ByVal StartZ As Double, _
   ByVal EndX As Double, _
   ByVal EndY As Double, _
   ByVal EndZ As Double _
) As Boolean
Visual Basic (Usage) 
Dim instance As IModelDoc2
Dim CenterX As Double
Dim CenterY As Double
Dim CenterZ As Double
Dim MajorX As Double
Dim MajorY As Double
Dim MajorZ As Double
Dim MinorX As Double
Dim MinorY As Double
Dim MinorZ As Double
Dim StartX As Double
Dim StartY As Double
Dim StartZ As Double
Dim EndX As Double
Dim EndY As Double
Dim EndZ As Double
Dim value As Boolean
 
value = instance.CreateEllipticalArcByCenterVB(CenterX, CenterY, CenterZ, MajorX, MajorY, MajorZ, MinorX, MinorY, MinorZ, StartX, StartY, StartZ, EndX, EndY, EndZ)
C# 
bool CreateEllipticalArcByCenterVB( 
   double CenterX,
   double CenterY,
   double CenterZ,
   double MajorX,
   double MajorY,
   double MajorZ,
   double MinorX,
   double MinorY,
   double MinorZ,
   double StartX,
   double StartY,
   double StartZ,
   double EndX,
   double EndY,
   double EndZ
)
C++/CLI 
bool CreateEllipticalArcByCenterVB( 
&   double CenterX,
&   double CenterY,
&   double CenterZ,
&   double MajorX,
&   double MajorY,
&   double MajorZ,
&   double MinorX,
&   double MinorY,
&   double MinorZ,
&   double StartX,
&   double StartY,
&   double StartZ,
&   double EndX,
&   double EndY,
&   double EndZ
) 

Parameters

CenterX

X values for the ellipse center point

CenterY

Y values for the ellipse center point

CenterZ

Z values for the ellipse center point

MajorX

X values for a point on the ellipse and on the major axis

MajorY

Y values for a point on the ellipse and on the major axis

MajorZ

Z values for a point on the ellipse and on the major axis

MinorX

X values for a point on the ellipse and on the minor axis

MinorY

Y values for a point on the ellipse and on the minor axis

MinorZ

Z values for a point on the ellipse and on the minor axis

StartX

X values for CCW elliptical arc start point

StartY

Y values for CCW elliptical arc start point

StartZ

Z values for CCW elliptical arc start point

EndX

X values for CCW elliptical arc end point

EndY

Y values for CCW elliptical arc end point

EndZ

Z values for CCW elliptical arc end point

Return Value

True if successfully created, false otherwise

Remarks

The Start* and End* arguments should be specified in a counter-clockwise (CCW) manner.

 

See Also

Availability

SolidWorks 2001Plus FCS, Revision Number 10.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   CreateEllipticalArcByCenterVB Method (IModelDoc2)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2012 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.