WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
LeaderData
Interface LeaderData
引线集群数据(Leader)
interface
LeaderData
{
index
:
number
;
leaderLines
:
LeaderLineData
[]
;
landingDirection
:
{
x
:
number
;
y
:
number
}
;
landingLength
?:
number
;
}
Index
Properties
index
leader
Lines
landing
Direction
landing
Length?
Properties
index
index
:
number
集群索引
leader
Lines
leaderLines
:
LeaderLineData
[]
引线线条数组
landing
Direction
landingDirection
:
{
x
:
number
;
y
:
number
}
着陆段方向(水平连接段的方向向量)
Optional
landing
Length
landingLength
?:
number
着陆段长度覆盖
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
index
leader
Lines
landing
Direction
landing
Length
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
引线集群数据(Leader)