Share

SketchSpline3D.SetHandleStatus Method

Parent Object: SketchSpline3D

Description

Method that sets whether the handle at a given fit point is enabled or disabled.

Syntax

SketchSpline3D.SetHandleStatus( FitPoint As SketchPoint3D, Value As Boolean )

Parameters

Name Type Description
FitPoint SketchPoint3D Input SketchPoint3D object that specifies the fit point at which to set the handle status.
Value Boolean Input Boolean that specifies whether the handle at the input fit point is enabled or disabled.

Version

Introduced in version 2008

Was this information helpful?