GetSplinesInterpolate Method (ISketch)
Gets the spline points by interpolation instead of by tessellation as is done by
ISketch::GetSplines and
ISketch::IGetSplines.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSplinesInterpolate() As Object |
Visual Basic (Usage) | |
---|
Dim instance As ISketch
Dim value As Object
value = instance.GetSplinesInterpolate()
|
C# | |
---|
object GetSplinesInterpolate() |
C++/CLI | |
---|
Object^ GetSplinesInterpolate(); |
Return Value
Array of doubles (see
Remarks)
Example
Remarks
See Also