Gets all of the data defining the ellipse.
"ellipse3D_var" is a variable referencing an Ellipse3D object.
|
|
Type | Description |
boolean | Returns true if successful. |
Name | Type | Description |
center | Point3D | The output center point of the ellipse. |
normal | Vector3D | The output normal vector of the ellipse. |
majorAxis | Vector3D | The output major axis of the ellipse |
majorRadius | double | The output major radius of the of the ellipse. |
minorRadius | double | The output minor radius of the of the ellipse. |