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

Public 成员函数

String toString ()
 

静态 Public 属性

static final EnumAxPointType Point = new EnumAxPointType("Point")
 
static final EnumAxPointType Center = new EnumAxPointType("Center")
 
static final EnumAxPointType Joint = new EnumAxPointType("Joint")
 

详细描述

<>
点的类型

类成员变量说明

◆ Center

final EnumAxPointType EnumAxPointType.Center = new EnumAxPointType("Center")
static

中心点

◆ Joint

final EnumAxPointType EnumAxPointType.Joint = new EnumAxPointType("Joint")
static

链接到其他路径上的点

◆ Point

final EnumAxPointType EnumAxPointType.Point = new EnumAxPointType("Point")
static

端点