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