ICreateClippedSplines Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::ICreateClippedSplines.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ICreateClippedSplines( _
ByRef PropArray As System.Integer, _
ByRef KnotsArray As System.Double, _
ByRef CntrlPntCoordArray As System.Double, _
ByVal X1 As System.Double, _
ByVal Y1 As System.Double, _
ByVal X2 As System.Double, _
ByVal Y2 As System.Double _
) As EnumSketchSegments |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim PropArray As System.Integer
Dim KnotsArray As System.Double
Dim CntrlPntCoordArray As System.Double
Dim X1 As System.Double
Dim Y1 As System.Double
Dim X2 As System.Double
Dim Y2 As System.Double
Dim value As EnumSketchSegments
value = instance.ICreateClippedSplines(PropArray, KnotsArray, CntrlPntCoordArray, X1, Y1, X2, Y2) |
Parameters
- PropArray
-
- KnotsArray
-
- CntrlPntCoordArray
-
- X1
-
- Y1
-
- X2
-
- Y2
-
See Also