modules
kds-plugin-document / Exports
kds-plugin-document
Table of contents
Enumerations
- KAppEntityType
- KArchFaceType
- KBooleanType
- KCameraMode
- KCurve2dType
- KCurve3dType
- KCurveInLoopType
- KCurveSurfaceIntersectType
- KErrorCode
- KEulerOrder
- KFaceBooleanType
- KGroupDefinitionType
- KLinePattern
- KMaterialType
- KPickType
- KPtInLoopType
- KSelectBehavior
- KSurfaceType
- KTopoType
- KVarObjectType
Interfaces
- HostPromise
- KApplication
- KApplicationObserver
- KApplicationUI
- KArc2d
- KArc3d
- KArchFace
- KArchOpening
- KArchPillar
- KArchRoom
- KArchWall
- KArrow3dParameter
- KAuxiliaryBoundedCurve
- KAuxiliaryCurve
- KAuxiliaryLine
- KAuxiliaryVertex
- KBoundedCurve2d
- KBoundedCurve3d
- KBoundingBox2d
- KBoundingBox3d
- KCamera
- KCircle2d
- KCircle3d
- KClientStorage
- KColor
- KContinuousEdgeGroup
- KContinuousFaceGroup
- KCurve2d
- KCurve3d
- KCurveSurfaceIntersectRet
- KCurvesIntersectRet
- KCylinderParameter
- KDesign
- KDrawArrow3dOption
- KDrawCylinderOption
- KDrawLinesOption
- KDrawPointsOption
- KDrawTextOption
- KEdge
- KEllipticalArc2d
- KEllipticalArc3d
- KEntity
- KErrorInfo
- KEuler
- KFace
- KFace2d
- KFace3d
- KFaceBooleanRet
- KFacePavingGroup
- KGeomFace2d
- KGeomLib
- KGeomLoop2d
- KGroupDefinition
- KGroupInstance
- KGroupInstanceRef
- KHalfEdge
- KInferenceResult
- KInterval
- KKeyBoardEvent
- KLine2d
- KLine3d
- KLineSegment2d
- KLineSegment3d
- KLoop
- KLoop2d
- KLoop3d
- KMaterialParams
- KMatrix3
- KMatrix4
- KMesh
- KMouseEvent
- KNurbsCurve2d
- KPath2dOffsetRet
- KPickHelper
- KPickSetting
- KPlane
- KPluginModelCategory
- KPluginModelInfo
- KPluginModelLibraryHelper
- KPluginPrivateModelLibrary
- KPluginPublicModelLibrary
- KPluginUI
- KPluginView
- KPoint2d
- KPoint3d
- KPointPickResult
- KPolylineCurve2d
- KPolylineCurve3d
- KPopoverOption
- KPtInLoopResult
- KQuaternion
- KRectPickResult
- KSelection
- KSelectionObserver
- KShell
- KSurface
- KTestHelper
- KToast
- KToastOption
- KTool
- KToolHelper
- KTopoEdge
- KTopoEntity
- KTopoFace
- KTopoHalfEdge
- KTopoLoop
- KTopoShell
- KTopoVertex
- KVarObject
- KVector2d
- KVector3d
- KVertex
- KView
- KViewport
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
Name | Type |
---|---|
AuxiliaryBoundedCurve | AuxiliaryBoundedCurve |
AuxiliaryLine | AuxiliaryLine |
AuxiliaryVertex | AuxiliaryVertex |
Edge | Edge |
Face | Face |
GroupInstance | GroupInstance |
HalfEdge | HalfEdge |
Loop | Loop |
Shell | Shell |
Vertex | Vertex |
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