Click or drag to resize

Plane(Matrix) Constructor

返回用户文档首页
复制构造函数,根据已有的平面矩阵创建一个新的平面实例。

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2026.0.9.24 (2026.0.9.24)
Syntax
C#
public Plane(
	Matrix m
)

Parameters

m  Matrix
原始平面矩阵。
See Also