Click or drag to resize

PlaneFromPoint2d Method

返回用户文档首页
将平面上的二维点转换为三维空间中的点。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public Vec3 FromPoint2d(
	Vec2 v
)

Parameters

v  Vec2
平面上的二维点。

Return Value

Vec3
三维空间中的点。
See Also