Click or drag to resize

Plane(Matrix) Constructor

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

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

Parameters

m  Matrix
原始平面矩阵。
See Also