Inserts a spline point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub InsertSplinePoint( _
ByVal X As Double, _
ByVal Y As Double, _
ByVal Z As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc2
Dim X As Double
Dim Y As Double
Dim Z As Double
instance.InsertSplinePoint(X, Y, Z)
|
C# | |
---|
void InsertSplinePoint(
double X,
double Y,
double Z
) |
C++/CLI | |
---|
void InsertSplinePoint(
& double X,
& double Y,
& double Z
) |
Parameters
- X
X coordinate of spline point
- Y
Y coordinate of spline point
- Z
Z coordinate of spline point
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0