Hide Table of Contents
CreateCircArc Method (IMathUtility)

Creates a mathematical circular Arc.

.NET Syntax

Visual Basic (Declaration) 
Function CreateCircArc( _
   dsMathPoint* Center As MathPoint, _
   dsMathVector* Normal As MathVector, _
   dsMathVector* RefVector As MathVector, _
   double Radius As System.Double, _
   double StartAngle As System.Double, _
   double EndEngle As System.Double _
) As MathCircArc
C# 
MathCircArc CreateCircArc( 
   MathPoint Center,
   MathVector Normal,
   MathVector RefVector,
   System.double Radius,
   System.double StartAngle,
   System.double EndEngle
)
JavaScript 
CreateCircArc( 
   Center : dsMathPoint,
   Normal : dsMathVector,
   RefVector : dsMathVector,
   Radius : Number,
   StartAngle : Number,
   EndEngle : Number
) : dsMathCircArc
COM native C++ 
HRESULT CreateCircArc( 
   IMathPoint* Center,
   IMathVector* Normal,
   IMathVector* RefVector,
   DOUBLE Radius,
   DOUBLE StartAngle,
   DOUBLE EndEngle,
   IMathCircArc** CircArc
) 
C++ 
DSRESULT CreateCircArc( 
   dsMathPoint* Center,
   dsMathVector* Normal,
   dsMathVector* RefVector,
   double Radius,
   double StartAngle,
   double EndEngle,
   dsMathCircArc** CircArc
) 

Parameters

Center
Center point of the mathematical circular Arc
Normal
Vector normal to the plane of the mathematical circular Arc
RefVector
Reference vector defining angle 0 of the mathematical circular Arc
Radius
Radius of the mathematical circular Arc
StartAngle
Start angle of the mathematical circular Arc
EndEngle
End angle of the mathematical circular Arc
CircArc[out] or Return Value
Mathematical circular Arc

Example

 

See Also

Availability

DraftSight V1R5.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:   CreateCircArc Method (IMathUtility)
*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) 2019 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.