Skip to main content

modules

kds-plugin-document / Exports

kds-plugin-document

Table of contents

Enumerations

Interfaces

Type Aliases

Variables

Functions

Type Aliases

KClickListener

Ƭ KClickListener: (event: KMouseEvent) => void

Type declaration

▸ (event): void

Parameters
NameType
eventKMouseEvent
Returns

void

Defined in

api.d.ts:1646


KHoverListener

Ƭ KHoverListener: (hoverIn: boolean) => any

Type declaration

▸ (hoverIn): any

Parameters
NameType
hoverInboolean
Returns

any

Defined in

api.d.ts:3913


KPopoverPlacement

Ƭ KPopoverPlacement: "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom"

popover提示相对于挂载点的位置

The relative placement of popover to the mount point

Defined in

api.d.ts:700


KUVFace

Ƭ KUVFace: KFace2d

KUVFace代表二维UV参数面。

The KUVFace represents a 2d UV face.

Defined in

api.d.ts:12161


KUVLoop

Ƭ KUVLoop: KLoop2d

KUVLoop代表一个二维参数环。

The KUVLoop represent a 2d UV loop.

Defined in

api.d.ts:12117

Variables

BULK_OP_LOCK_FLUSH

Const BULK_OP_LOCK_FLUSH: 1

Deprecated

please use TransactionConfigurations.BULK_OP_LOCK_FLUSH

Defined in

api.d.ts:1741


GeomLib

Const GeomLib: KGeomLib

The entry point for geometry APIs.

Defined in

api.d.ts:11


app

Const app: KApplication

The entry point for most API interactions with KuDaShi.

Defined in

api.d.ts:7

Functions

closePlugin

closePlugin(): void

The method is used to close the plugin.

Returns

void

Defined in

api.d.ts:16