Hide Table of Contents
SetPoints Method (ISketchParabola)

Sets all four sketch points for a parabola.

.NET Syntax

Visual Basic (Declaration) 
Function SetPoints( _
   ByVal CenterX As Double, _
   ByVal CenterY As Double, _
   ByVal CenterZ As Double, _
   ByVal ApexX As Double, _
   ByVal ApexY As Double, _
   ByVal ApexZ 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 ISketchParabola
Dim CenterX As Double
Dim CenterY As Double
Dim CenterZ As Double
Dim ApexX As Double
Dim ApexY As Double
Dim ApexZ 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.SetPoints(CenterX, CenterY, CenterZ, ApexX, ApexY, ApexZ, StartX, StartY, StartZ, EndX, EndY, EndZ)
C# 
bool SetPoints( 
   double CenterX,
   double CenterY,
   double CenterZ,
   double ApexX,
   double ApexY,
   double ApexZ,
   double StartX,
   double StartY,
   double StartZ,
   double EndX,
   double EndY,
   double EndZ
)
C++/CLI 
bool SetPoints( 
&   double CenterX,
&   double CenterY,
&   double CenterZ,
&   double ApexX,
&   double ApexY,
&   double ApexZ,
&   double StartX,
&   double StartY,
&   double StartZ,
&   double EndX,
&   double EndY,
&   double EndZ
) 

Parameters

CenterX
x coordinate of center (focal) sketch point
CenterY
y coordinate of center (focal) sketch point
CenterZ
z coordinate of center (focal) sketch point
ApexX
x coordinate of apex sketch point
ApexY
y coordinate of apex sketch point
ApexZ
z coordinate of apex sketch point
StartX
x coordinate of start sketch point
StartY
y coordinate of start sketch point
StartZ
z coordinate of start sketch point
EndX
x coordinate of end sketch point
EndY
y coordinate of end sketch point
EndZ
z coordinate of end sketch point

Return Value

True if all four sketch points are set, false if not
 

See Also

Availability

SolidWorks 2007 SP5, Revision Number 15.5


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:   SetPoints Method (ISketchParabola)
*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) 2010 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.