Click or drag to resize

Vertex Class

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

Namespace: LoongCAD.STC.Friendly.Solid
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
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