IntelliCAD 11.1 Object Library
AddSpline Method
See Also 
Points
A collection of points for defining the spline curve.
StartTangent
A Vector object indicating the tangent at the start point of the spline.
EndTangent
A Vector object indicating the tangent at the end point of the spline.
ModelSpace Collection : AddSpline Method

Description

Adds a spline given the input coordinates as a points collection.

Syntax

Visual Basic
Public Function AddSpline( _
   ByVal Points As Points, _
   ByVal StartTangent As Vector, _
   ByVal EndTangent As Vector _
) As Spline

Parameters

Points
A collection of points for defining the spline curve.
StartTangent
A Vector object indicating the tangent at the start point of the spline.
EndTangent
A Vector object indicating the tangent at the end point of the spline.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.