WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
PointPrompt
Class PointPrompt
点提示器类
Index
Constructors
constructor
Properties
ED
SS
mtp1w
mtp2w
command
Line
prompt
Point
Options
model
Space
os
Selector
aperture
hover
Ptw?
osnap
Ptw?
Methods
main
start
P1
P2_
mtp
P2_
per
P3_
Force
Osmode
P4_
Tracking
ap
Cursor
Update
get
Point
Constructors
constructor
new
PointPrompt
(
t
?:
PointInputOptions
)
:
PointPrompt
构造函数
Parameters
t
:
PointInputOptions
= ...
提示点选项
Returns
PointPrompt
Properties
ED
ED
:
Editor
SS
SS
:
EntityBase
[]
mtp1w
mtp1w
:
Point2D
mtp2w
mtp2w
:
Point2D
command
Line
commandLine
:
CommandLine
prompt
Point
Options
promptPointOptions
:
PointInputOptions
model
Space
modelSpace
:
BlockDefinition
os
Selector
osSelector
:
EntityPicker
aperture
aperture
:
number
Optional
hover
Ptw
hoverPtw
?:
Point2D
Optional
osnap
Ptw
osnapPtw
?:
Point2D
Methods
main
main
()
:
Promise
<
InputResult
>
主方法
Returns
Promise
<
InputResult
>
点选择结果
start
start
()
:
Promise
<
InputResult
>
开始点选择
Returns
Promise
<
InputResult
>
点选择结果
P1
P1
()
:
Promise
<
InputResult
>
获取第一个点
Returns
Promise
<
InputResult
>
点选择结果
P2_
mtp
P2_mtp
()
:
Promise
<
InputResult
>
中点模式处理
Returns
Promise
<
InputResult
>
点选择结果
P2_
per
P2_per
()
:
Promise
<
InputResult
>
垂直捕捉处理
Returns
Promise
<
InputResult
>
点选择结果
P3_
Force
Osmode
P3_ForceOsmode
(
t
:
number
)
:
Promise
<
InputResult
>
强制对象捕捉模式处理
Parameters
t
:
number
对象捕捉模式
Returns
Promise
<
InputResult
>
点选择结果
P4_
Tracking
P4_Tracking
()
:
Promise
<
InputResult
>
跟踪模式处理
Returns
Promise
<
InputResult
>
点选择结果
ap
Cursor
Update
apCursorUpdate
()
:
void
更新光圈光标
Returns
void
get
Point
getPoint
(
t
:
PointInputOptions
)
:
Promise
<
InputResult
>
获取点
Parameters
t
:
PointInputOptions
提示点选项
Returns
Promise
<
InputResult
>
点选择结果
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
ED
SS
mtp1w
mtp2w
command
Line
prompt
Point
Options
model
Space
os
Selector
aperture
hover
Ptw
osnap
Ptw
Methods
main
start
P1
P2_
mtp
P2_
per
P3_
Force
Osmode
P4_
Tracking
ap
Cursor
Update
get
Point
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
点提示器类