Click or drag to resize

PlaneToPoint2d(Point) Method

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

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

Parameters

v  Point
三维空间中的点。

Return Value

Vec2
平面上的二维点。
See Also