Skip to main content

PathMakeWithEllipse

Type

operator

Summary

Creates a new path. mCenter:An expression which evaluates to a point.

Syntax

ellipse path centered at <mPoint> with radii <mRadii>

Description

Creates a new path. mCenter:An expression which evaluates to a point.

Parameters

NameTypeDescription

mRadii

An expression which evaluates to a list of numbers.

Examples

// Create an ellipse path
variable tPath as Path
put ellipse path centered at point [100,100] with radii [100,75] into tPath
Thank you for your feedback!

Was this page helpful?