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