Click or drag to resize

MatrixFactoryByCoordinateSystem Method

返回用户文档首页
返回能把第一个坐标系中的点变换到第二个坐标系中的变换矩阵

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public static Matrix ByCoordinateSystem(
	CoordinateSystem coord1,
	CoordinateSystem coord2
)

Parameters

coord1  CoordinateSystem
第一个坐标系
coord2  CoordinateSystem
第二个坐标系

Return Value

Matrix
变换矩阵
See Also