Skip to main content

modules

kds-plugin-document / Exports

kds-plugin-document

Table of contents

Enumerations

Interfaces

Type Aliases

Variables

Functions

Type Aliases

KEntityType

Ƭ KEntityType: KTopoType | KAppEntityType

酷大师图形实体类型

Defined in

api.d.ts:2637

api.d.ts:2639


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


KUVFace

Ƭ KUVFace: KFace2d

KUVFace代表二维UV参数面。

The KUVFace represents a 2d UV face.

Defined in

api.d.ts:10169


KUVLoop

Ƭ KUVLoop: KLoop2d

KUVLoop代表一个二维参数环。

The KUVLoop represent a 2d UV loop.

Defined in

api.d.ts:10125

Variables

BULK_OP_LOCK_FLUSH

Const BULK_OP_LOCK_FLUSH: 1

Defined in

api.d.ts:1386


GeomLib

Const GeomLib: KGeomLib

The entry point for geometry APIs.

Defined in

api.d.ts:11


KEntityType

KEntityType: Object

Type declaration

NameType
AuxiliaryBoundedCurveAuxiliaryBoundedCurve
AuxiliaryLineAuxiliaryLine
AuxiliaryVertexAuxiliaryVertex
EdgeEdge
FaceFace
GroupInstanceGroupInstance
HalfEdgeHalfEdge
LoopLoop
ShellShell
VertexVertex

Defined in

api.d.ts:2637

api.d.ts:2639


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