返回用户文档首页
表示一个三维顶点,具有三个双精度浮点数分量。
Inheritance Hierarchy Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax[SerializableAttribute]
public class Point : IComparable
The Point type exposes the following members.
Constructors
Properties | Name | Description |
---|
  | AXIS_X |
表示X轴的单位顶点(1.0, 0.0, 0.0)。
|
  | AXIS_Y |
表示Y轴的单位顶点(0.0, 1.0, 0.0)。
|
  | AXIS_Z |
表示Z轴的单位顶点(0.0, 0.0, 1.0)。
|
 | Item |
获取或设置顶点的指定分量。
|
  | MAX |
表示具有最大双精度浮点数值的三维顶点(Double.MaxValue, Double.MaxValue, Double.MaxValue)。
|
  | MIN |
表示具有最小双精度浮点数值的三维顶点(Double.MinValue, Double.MinValue, Double.MinValue)。
|
  | ZERO | |
Top
Methods
Operators | Name | Description |
---|
  | Addition(Double, Point) |
支持+运算符
|
  | Addition(Point, Point) |
支持+运算符
|
  | Addition(Point, Double) |
支持+运算符
|
  | Division(Double, Point) |
支持/运算符
|
  | Division(Point, Point) |
支持/运算符
|
  | Division(Point, Double) |
支持/运算符
|
  | Equality(Point, Point) | |
  | (Vector to Point) | |
  | Inequality(Point, Point) | |
  | Multiply(Double, Point) |
支持*运算符
|
  | Multiply(Point, Point) |
支持*运算符
|
  | Multiply(Point, Double) |
支持*运算符
|
  | Subtraction(Double, Point) |
支持-运算符
|
  | Subtraction(Point, Point) |
支持-运算符
|
  | Subtraction(Point, Double) |
支持-运算符
|
  | UnaryNegation(Point) |
支持-运算符
|
Top
Fields | Name | Description |
---|
 | X |
X分量
|
 | Y |
Y分量
|
 | Z |
Z分量
|
Top
See Also