modules
kds-plugin-document / Exports
kds-plugin-document
Table of contents
Enumerations
- KAppEntityType
- KArchFaceType
- KBooleanType
- KCameraMode
- KCurve2dType
- KCurve3dType
- KCurveInLoopType
- KCurveSurfaceIntersectType
- KEntityType
- KErrorCode
- KEulerOrder
- KFaceBooleanType
- KGroupDefinitionType
- KInsertPosition
- KLengthUnit
- KLinePattern
- KMaterialType
- KPickType
- KPtInLoopType
- KSelectBehavior
- KSurfaceType
- KSystemToolKey
- KSystemWidgetId
- KTheme
- KTopbarItemMountPoint
- KTopoType
- KVarObjectType
- KWidgetIdentifier
- TransactionConfigurations
Interfaces
- DOMRect
- EnvironmentSetting
- HostPromise
- KApplication
- KApplicationObserver
- KApplicationUI
- KArc2d
- KArc3d
- KArchFace
- KArchOpening
- KArchPillar
- KArchRoom
- KArchWall
- KArrow3dParameter
- KAssetLibraryHelper
- KAttributeCategory
- KAttributeInfo
- KAuxiliaryBoundedCurve
- KAuxiliaryCurve
- KAuxiliaryLine
- KAuxiliaryPiecewiseBezierCurve
- KAuxiliaryVertex
- KBoundedCurve2d
- KBoundedCurve3d
- KBoundingBox2d
- KBoundingBox3d
- KCCS3d
- 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
- KFont
- KGeomFace2d
- KGeomLib
- KGeomLoop2d
- KGroupDefinition
- KGroupInstance
- KGroupInstanceRef
- KHalfEdge
- KInferenceResult
- KInterval
- KKeyBoardEvent
- KLine2d
- KLine3d
- KLineSegment2d
- KLineSegment3d
- KLoop
- KLoop2d
- KLoop3d
- KMaterialBasicInfo
- KMaterialDetail
- KMaterialEditParam
- KMaterialInfo
- KMaterialParams
- KMatrix3
- KMatrix4
- KMesh
- KMouseEvent
- KNurbsCurve2d
- KPanelWidget
- KPanelWidgetOptions
- KPath2dOffsetRet
- KPickHelper
- KPickSetting
- KPlane
- KPluginModelCategory
- KPluginModelInfo
- KPluginModelLibraryHelper
- KPluginPrivateModelLibrary
- KPluginPublicModelLibrary
- KPluginUI
- KPluginView
- KPoint2d
- KPoint3d
- KPointPickResult
- KPolylineCurve2d
- KPolylineCurve3d
- KPopoverOption
- KPtInLoopResult
- KPublicFontLibrary
- KPublicMoldingLibrary
- KQuaternion
- KRectPickResult
- KSecondaryToolBarWidget
- KSelectMenuButtonWidget
- KSelectMenuTitleWidget
- KSelectMenuTitleWidgetOptions
- KSelection
- KSelectionObserver
- KShell
- KSurface
- KSystemWidget
- KSystemWidgetTypeMapping
- KTestHelper
- KToast
- KToastOption
- KTool
- KToolHelper
- KToolWidget
- KToolWidgetOption
- KTopBarSubMenItemOptions
- KTopBarSubMenuItem
- KTopBarWidget
- KTopBarWidgetOptions
- KTopoEdge
- KTopoEntity
- KTopoFace
- KTopoHalfEdge
- KTopoLoop
- KTopoShell
- KTopoVertex
- KTopoWire
- KVarObject
- KVector2d
- KVector3d
- KVertex
- KView
- KViewport
- KWidget
- KWire
- MoldingProfile
- ProductManager
- PublicProductLibrary
Type Aliases
Variables
Functions
Type Aliases
KClickListener
Ƭ KClickListener: (event: KMouseEvent) => void
Type declaration
▸ (event): void
Parameters
| Name | Type |
|---|---|
event | KMouseEvent |
Returns
void
Defined in
api.d.ts:1646
KHoverListener
Ƭ KHoverListener: (hoverIn: boolean) => any
Type declaration
▸ (hoverIn): any
Parameters
| Name | Type |
|---|---|
hoverIn | boolean |
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