Click or drag to resize

PlaneToPoint2d Method

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

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

Parameters

v  Vec3
三维空间中的点。

Return Value

Vec2
平面上的二维点。
See Also