Click or drag to resize

Projection Class

返回用户文档首页
计算几何对象映射工具集
Inheritance Hierarchy
SystemObject
  LoongCAD.Geometry.FriendlyProjection

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public static class Projection

The Projection type exposes the following members.

Methods
 NameDescription
Public methodStatic memberLineSegmentToPlane 计算线段在平面上的投影线段
Public methodStatic memberLineToPlane 计算直线在平面上的投影线
Public methodStatic memberPointToLine 计算点在直线上的投影点
Public methodStatic memberPointToPlane 计算点在平面上的投影点
Top
See Also