Click or drag to resize

Triangle Class

返回用户文档首页
几何实体中的三角形
Inheritance Hierarchy
SystemObject
  LoongCAD.Geometry.FriendlyTriangle

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

The Triangle type exposes the following members.

Properties
 NameDescription
Public propertyVertex1 第一个顶点
Public propertyVertex2 第二个顶点
Public propertyVertex3 第三个顶点
Public propertyVertices 获取顶点序列
Top
Methods
 NameDescription
Public methodIntersect(Point, Point, Point) 三角形与线段求交
Public methodIntersect(Point, Point, Double) 三角形与线段求交
Top
See Also