Circle3D.set Method

Parent Object: Circle3D
Defined in namespace "adsk::core" and the header file is <Core/Geometry/Circle3D.h>

Description

Sets all of the data defining the circle.

Syntax

"circle3D_var" is a variable referencing a Circle3D object.
returnValue = circle3D_var.set(center, normal, radius)
"circle3D_var" is a variable referencing a Circle3D object.

#include <Core/Geometry/Circle3D.h>

returnValue = circle3D_var->set(center, normal, radius);

Return Value

Type Description
boolean Returns true if successful

Parameters

Name Type Description
center Point3D The center point of the circle.
normal Vector3D The normal vector of the circle. The plane through the center point and perpendicular to the normal vector defines the plane of the circle.
radius double The radius of the circle.

Version

Introduced in version August 2014