Click or drag to resize

GeoUtils Class

返回用户文档首页
Inheritance Hierarchy
SystemObject
  LoongCAD.UtilGeoUtils

Namespace: LoongCAD.Util
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public class GeoUtils

The GeoUtils type exposes the following members.

Constructors
 NameDescription
Public methodGeoUtilsInitializes a new instance of the GeoUtils class
Top
Methods
 NameDescription
Public methodStatic memberEvalNormalByPoints 根据给定的点集计算一个几何平面的法线。
Public methodStatic memberLineIntersected(Line, Line, Double, Double) 判断两条线是否相交。
Public methodStatic memberLineIntersected(Vec3, Vec3, Vec3, Vec3, Double, Double) 判断两个由点定义的线段是否相交。
Top
See Also