Skip to content
On this page

mxcad API 文档 / 3d

Module: 3d

该模块包含用于3d相关的导出, 所有导出的内容都可以通过mxcad包导入直接使用

Example

js
import { loadMxCADassembly3d, MdGeEdge } from "mxcad"

Table of contents

Namespaces

Classes

Interfaces

Variables

Functions

Variables

MxApp3D

MxApp3D: MxApp3DType

Functions

loadMxCADassembly3d

loadMxCADassembly3d(config, call?): Promise<MxDraw3d>

Parameters

NameType
configMxDraw3dConfig
call?(mxDraw3d: MxDraw3d) => void

Returns

Promise<MxDraw3d>