Hide Table of Contents
InsertSpline Method (ISketchManager)
Spline[out]
Spline

Constructs a Spline.

.NET Syntax

Visual Basic (Declaration) 
Function InsertSpline( _
   VARIANT CoordinateDblArray As System.Object, _
   VARIANT_BOOL Closed As System.Boolean, _
   DOUBLE StartTangencyX As System.Double, _
   DOUBLE StartTangencyY As System.Double, _
   DOUBLE StartTangencyZ As System.Double, _
   DOUBLE EndTangencyX As System.Double, _
   DOUBLE EndTangencyY As System.Double, _
   DOUBLE EndTangencyZ As System.Double _
) As Spline
C# 
Spline InsertSpline( 
   System.object CoordinateDblArray,
   System.bool Closed,
   System.double StartTangencyX,
   System.double StartTangencyY,
   System.double StartTangencyZ,
   System.double EndTangencyX,
   System.double EndTangencyY,
   System.double EndTangencyZ
)
JavaScript 
InsertSpline( 
   CoordinateDblArray : System.Object,
   Closed : Boolean,
   StartTangencyX : Number,
   StartTangencyY : Number,
   StartTangencyZ : Number,
   EndTangencyX : Number,
   EndTangencyY : Number,
   EndTangencyZ : Number,\n) : dsSpline
COM native C++ 
HRESULT InsertSpline( 
   VARIANT CoordinateDblArray,
,
   bool Closed,
,
   double StartTangencyX,
,
   double StartTangencyY,
,
   double StartTangencyZ,
,
   double EndTangencyX,
,
   double EndTangencyY,
,
   double EndTangencyZ
,
   ISpline** Spline
) 
C++ 
DSRESULT InsertSpline( 
   VARIANT CoordinateDblArray,
,
   VARIANT_BOOL Closed,
,
   DOUBLE StartTangencyX,
,
   DOUBLE StartTangencyY,
,
   DOUBLE StartTangencyZ,
,
   DOUBLE EndTangencyX,
,
   DOUBLE EndTangencyY,
,
   DOUBLE EndTangencyZ
,
   dsSpline** Spline
) 

Parameters

CoordinateDblArray
Array of doubles of the coordinates of the control and fit points of the Spline
Closed
True if closed, false if open
StartTangencyX
x coordinate of tangency vector at the Spline's starting vertex
StartTangencyY
y coordinate of tangency vector at the Spline's starting vertex
StartTangencyZ
z coordinate of tangency vector at the Spline's starting vertex
EndTangencyX
x coordinate of tangency vector at the Spline's ending vertex
EndTangencyY
y coordinate of tangency vector at the Spline's ending vertex
EndTangencyZ
z coordinate of tangency vector at the Spline's ending vertex

Parameters

Spline[out] or Return Value
Spline

Example

 

See Also

Availability

DraftSight V1R1.3


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   InsertSpline Method (ISketchManager)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2024 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.