跳到主要内容

IDP.Math.KGeomLib.createLine3d() method

创建一个KLine3d对象。

Creates an instance of KLine3d.

Signature:

createLine3d(point: KPoint3d, direction: KVector3d): KLine3d;

Links: createLine3d(point: KPoint3d, direction: KVector3d): KLine3d;

Parameters

Parameter

Type

Description

point

KPoint3d

三维直线的原点。

The origin point of the 3D line.

direction

KVector3d

三维直线的方向。

The direction of the 3D line.

Returns:

KLine3d

三维直线。

The 3D line.