Skip to main content

PathMakeWithLine

Type

operator

Summary

Creates a new path.

Syntax

line path from <mFrom> to <mTo>

Description

Creates a new path.

Parameters

NameTypeDescription

mFrom

An expression which evaluates to a point.

mTo

An expression which evaluates to a point.

Examples

// Create a line path
variable tPath as Path
put line path from point [50,100] to point [100,50] into tPath
Thank you for your feedback!

Was this page helpful?