返回用户文档首页
Inheritance HierarchySystemObject
LoongCAD.UtilGeoUtils
Namespace: LoongCAD.UtilAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
SyntaxThe GeoUtils type exposes the following members.
Constructors | Name | Description |
---|
 | GeoUtils | Initializes a new instance of the GeoUtils class |
Top
Methods | Name | Description |
---|
  | EvalNormalByPoints |
根据给定的点集计算一个几何平面的法线。
|
  | GetCircleOrigin | |
  | IsPointInTriangle | |
  | LineIntersected(Line, Line, Double, Double) |
判断两条线是否相交。
|
  | LineIntersected(Vec2, Vec2, Vec2, Vec2, Double, Double) |
判断两个由点定义的线段是否相交。
|
  | LineIntersected(Vec3, Vec3, Vec3, Vec3, Double, Double) |
判断两个由点定义的线段是否相交。
|
Top
See Also