Arc3D.setAxes Method
Parent Object:
Arc3DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Arc3D.h>
Description
Sets the normal and reference vectors of the arc.
Syntax
"arc3D_var" is a variable referencing an Arc3D object.returnValue = arc3D_var.setAxes(normal, referenceVector)
|
"arc3D_var" is a variable referencing an Arc3D object.
#include <Core/Geometry/Arc3D.h>
returnValue = arc3D_var->setAxes(normal, referenceVector);
|
Return Value
boolean |
Returns true if successful |
Parameters
normal |
Vector3D |
The new normal vector. |
referenceVector |
Vector3D |
The new reference vector from which the start and end angles are measured from. The reference vector must be perpendicular to the normal vector. |
Version
Introduced in version August 2014