Click or drag to resize

Plane(Vec3, Vec3) Constructor

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

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

Parameters

o  Vec3
坐标系原点
n  Vec3
坐标系法线
See Also