Defines 3D line. A line is defined by point and direction.
new Line(
location
,direction
):Line
Origin point.
readonly
direction:Direction
readonly
location:Point
Origin point.
readonly
type:CurveType
=CurveType.UNDEFINED
Type of the curve.
get id():
bigint
Returns object id.
bigint