ProjectionPointToPlane Method |
返回用户文档首页
计算点在平面上的投影点
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic static Point PointToPlane(
Point pt,
GeometricPlane plane
)
Parameters
- pt Point
- 点
- plane GeometricPlane
- 平面
Return Value
Point投影点
See Also