Click or drag to resize

Intersection Class

返回用户文档首页
计算几何对象求交工具集
Inheritance Hierarchy
SystemObject
  LoongCAD.Geometry.FriendlyIntersection

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public class Intersection

The Intersection type exposes the following members.

Methods
 NameDescription
Public methodStatic memberIsPointInPolygon 判断点p是否在多边形polyPoints内
Public methodStatic memberLineSegmentToPlane 判断线段与平面的交点
Public methodStatic memberLineToLine(Line, Line) 判断直线与直线之间的最短连接线
Public methodStatic memberLineToLine(Vec2, Vec2, Vec2, Vec2, Double, Double) 判断直线(v1, v2)与直线(v3, v4)是否相交,如相交则返回交点的线性参数
Public methodStatic memberLineToPlane 判断直线与平面的交点
Public methodStatic memberPlaneToPlane 判断两个平面的交线
Top
See Also