Share

SketchCircles3D.AddByThreePoints Method

Parent Object: SketchCircles3D

Description

Method that creates a new sketch circle passing through the three input points.

Remarks

The three points are any three points along the perimeter of the desired circle and must all lie on the same plane.

Syntax

SketchCircles3D.AddByThreePoints( StartPoint As Object, MidPoint As Object, EndPoint As Object ) As SketchCircle3D

Parameters

Name Type Description
StartPoint Object Input Point that defines the first point along the circle.
MidPoint Object Input Point that defines the second point along the circle.
EndPoint Object Input Point that defines the third point along the circle.

Version

Introduced in version 2008

Was this information helpful?