Skip to main content

KAuxiliaryCurve

kds-plugin-document / Exports / KAuxiliaryCurve

Interface: KAuxiliaryCurve

参考线基类,其派生类有参考直线和参考线段

The base class for all auxiliary curves, such as KAuxiliaryLine and KAuxiliaryBoundedCurve.

Hierarchy

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

KEntityType

The entity's type.

Inherited from

KEntity.getType

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