Gets the spline points by tessellation instead of by interpolation as is done by
ISketchBlockDefinition::GetSplinesInterpolate and
ISketchBlockDefinition::IGetSplinesInterpolate.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetSplines2( _
ByVal ArraySize As System.Integer _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ISketchBlockDefinition
Dim ArraySize As System.Integer
Dim value As System.Double
value = instance.IGetSplines2(ArraySize) |
C# | |
---|
System.double IGetSplines2(
System.int ArraySize
) |
C++/CLI | |
---|
System.double IGetSplines2(
& System.int ArraySize
) |
Parameters
- ArraySize
- Number of splines
Return Value
- in-process, unmanaged C++: Pointer to an array of doubles (see Remarks)
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also
Availability
SOLIDWORKS 2007 SP2, Revision Number 15.2