A line is defined by its location and direction.
new Line(
location,direction):Line
Creates a line from a point and direction.
The provided point and direction are copied.
Origin point of the line.
Direction of the line.
Line
readonlydirection:Direction
Direction of the line.
readonlylocation:Point
Origin point of the line.
readonlytype:CurveType=CurveType.UNDEFINED
Type of the curve.
get id():
bigint
Returns the unique identifier of the object.
bigint