Click or drag to resize

Vertex Class

返回用户文档首页
表示一个几何实体顶点
Inheritance Hierarchy
SystemObject
  LoongCAD.Geometry.FriendlyVertex

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

The Vertex type exposes the following members.

Properties
 NameDescription
Public propertyPoint 顶点坐标
Public propertyX 顶点左边X
Public propertyY 顶点坐标Y
Public propertyZ 顶点坐标Z
Top
See Also