WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
SnapPointResult
Interface SnapPointResult
捕捉点结果
interface
SnapPointResult
{
point
:
Point2D
;
type
:
SnapPointType
;
description
?:
string
;
}
Index
Properties
point
type
description?
Properties
point
point
:
Point2D
捕捉点坐标
type
type
:
SnapPointType
捕捉点类型
Optional
description
description
?:
string
可选的描述信息
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
point
type
description
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
捕捉点结果