Share

SketchSplines3D.Add Method

Parent Object: SketchSplines3D

Description

Method that creates a sketch spline through the set of input points.

Syntax

SketchSplines3D.Add( FitPoints As ObjectCollection, [FitMethod] As SplineFitMethodEnum ) As SketchSpline3D

Parameters

Name Type Description
FitPoints ObjectCollection Input that contains the set of points to fit the curve through. The points can be either existing SketchPoint3D objects, SketchPointobjects, workpoints or vertices. If the input is not a SketchPoint3D object, a SketchPoint3D object is automatically created at the position of the input point. The curve passes through all of the fit points and is related to them by the SplineFitPointsConstraint3D object, which is also automatically created.
FitMethod SplineFitMethodEnum Property that indicates the fit method (SplineFitMethodEnum) used for the spline.

This is an optional argument whose default value is 26370.

Version

Introduced in version 8

Was this information helpful?