Skip to main content

modules

kds-plugin-document / Exports

kds-plugin-document

Table of contents

Enumerations

Interfaces

Type Aliases

Variables

Functions

Type Aliases

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:590


KUVFace

Ƭ KUVFace: KFace2d

KUVFace代表二维UV参数面。

The KUVFace represents a 2d UV face.

Defined in

api.d.ts:10562


KUVLoop

Ƭ KUVLoop: KLoop2d

KUVLoop代表一个二维参数环。

The KUVLoop represent a 2d UV loop.

Defined in

api.d.ts:10518

Variables

BULK_OP_LOCK_FLUSH

Const BULK_OP_LOCK_FLUSH: 1

Deprecated

please use TransactionConfigurations.BULK_OP_LOCK_FLUSH

Defined in

api.d.ts:1521


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