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 | 三维直线的原点。 The origin point of the 3D line. | |
direction | 三维直线的方向。 The direction of the 3D line. |
Returns:
三维直线。
The 3D line.