Click or drag to resize

Plane(Point, Vector) Constructor

返回用户文档首页
通过原点、法线构造一个坐标系面

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public Plane(
	Point o,
	Vector n
)

Parameters

o  Point
坐标系原点
n  Vector
坐标系法线
See Also