KAuxiliaryCurve
kds-plugin-document / Exports / KAuxiliaryCurve
Interface: KAuxiliaryCurve
参考线基类,其派生类有参考直线和参考线段
The base class for all auxiliary curves, such as KAuxiliaryLine and KAuxiliaryBoundedCurve.
Hierarchy
↳
KAuxiliaryCurve
Table of contents
Methods
Methods
getKey
▸ getKey(): string
获取参考线的唯一标识符
Get a unique key assigned to an auxiliary curve.
Returns
string
The unique key.
Defined in
api.d.ts:1124
getType
▸ getType(): KEntityType
获取图形实体类型
Get the entity's type.
Returns
The entity's type.
Inherited from
Defined in
api.d.ts:2656
isVisible
▸ isVisible(): boolean
获取该参考线是否可见
Get the auxiliaryCurve property of it is visible or not.
Returns
boolean
Defined in
api.d.ts:1132