Gets the coefficients of all of the piecewise polynomials of a spline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSegments( _
ByRef Segments As Object _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISplineParamData
Dim Segments As Object
Dim value As Boolean
value = instance.GetSegments(Segments)
|
C# | |
---|
bool GetSegments(
out object Segments
) |
C++/CLI | |
---|
bool GetSegments(
& [Out] Object^ Segments
) |
Parameters
- Segments
- Array of doubles (see Remarks)
Return Value
True if successful, false if not
Example
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0