SketchSpline Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::SketchSpline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SketchSpline( _
ByVal MorePts As System.Integer, _
ByVal X As System.Double, _
ByVal Y As System.Double, _
ByVal Z As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim MorePts As System.Integer
Dim X As System.Double
Dim Y As System.Double
Dim Z As System.Double
instance.SketchSpline(MorePts, X, Y, Z) |
C# | |
---|
void SketchSpline(
System.int MorePts,
System.double X,
System.double Y,
System.double Z
) |
C++/CLI | |
---|
void SketchSpline(
& System.int MorePts,
& System.double X,
& System.double Y,
& System.double Z
) |
Parameters
- MorePts
-
- X
-
- Y
-
- Z
-
See Also