Hide menu
Loading...
Searching...
No Matches
Line

Defines 3D line. A line is defined by point and direction.

Extends

Constructors

new Line()

new Line(location, direction): Line

Parameters

location

Point

Origin point.

direction

Direction

Returns

Line

Overrides

Curve.constructor

Properties

direction

readonly direction: Direction


location

readonly location: Point

Origin point.


type

readonly type: CurveType = CurveType.UNDEFINED

Type of the curve.

Inherited from

Curve.type

Accessors

id

Get Signature

get id(): bigint

Returns object id.

Returns

bigint

Inherited from

Curve.id