AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
AnyCAD.Foundation.GPnt类 参考

更多...

Public 成员函数

 GPnt (Vector3d p)
 
 GPnt (Vector3 p)
 
GPnt Clone ()
 
override bool Equals (object obj)
 判断是否相等
 
override string ToString ()
 转换成字符串
 

静态 Public 成员函数

static GPnt operator+ (GPnt a, GVec b)
 
static GVec operator- (GPnt a, GPnt b)
 两个点之间的向量。由b指向a
 
static GPnt operator- (GPnt a, GVec b)
 
static GPnt operator+ (GPnt a, Vector3d b)
 
static GPnt operator- (GPnt a, Vector3d b)
 
static GPnt operator+ (GPnt a, Vector3 b)
 
static GPnt operator- (GPnt a, Vector3 b)
 

属性

double x [get, set]
 
double y [get, set]
 
double z [get, set]
 

详细描述

成员函数说明

◆ Equals()

override bool AnyCAD.Foundation.GPnt.Equals ( object obj)

判断是否相等

参数
obj比较的对象
返回
true相等

◆ operator-()

static GVec AnyCAD.Foundation.GPnt.operator- ( GPnt a,
GPnt b )
static

两个点之间的向量。由b指向a

参数
a终止点
b起始点
返回

◆ ToString()

override string AnyCAD.Foundation.GPnt.ToString ( )

转换成字符串

返回
字符串