EllipticalArc3D.normal Property
Parent Object:
EllipticalArc3DDefined in namespace "adsk::core" and the header file is <Core/Geometry/EllipticalArc3D.h>
Description
Gets the normal of the elliptical arc.
Syntax
"ellipticalArc3D_var" is a variable referencing an EllipticalArc3D object.
# Get the value of the property. propertyValue = ellipticalArc3D_var.normal
|
"ellipticalArc3D_var" is a variable referencing an EllipticalArc3D object.
#include <Core/Geometry/EllipticalArc3D.h>
// Get the value of the property. Ptr<Vector3D> propertyValue = ellipticalArc3D_var->normal();
|
Property Value
This is a read only property whose value is a
Vector3D.
Version
Introduced in version August 2014