返回介绍

指南

MxCAD API 文档

MxDraw3dConfig

发布于 2024-07-31 21:39:58 字数 6038 浏览 0 评论 0 收藏 0

mxcad API 文档 / MxDraw3dConfig

Interface: MxDraw3dConfig

MxDraw3d的构造函数参数 的可配置选项

Hierarchy

Implemented by

Indexable

▪ [x: string]: any

Table of contents

Properties

Properties

canvas

canvas: string | HTMLCanvasElement


locateFile

Optional locateFile: (wasmURL: string, baseURL: string | URL) => string

Type declaration

▸ (wasmURL, baseURL?): string

手动指定wasm文件位置

Parameters
NameTypeDefault value
wasmURLstringundefined
baseURLstring \URLself.location.href
Returns

string

Inherited from

WasmConfig.locateFile


minHeight

Optional minHeight: number

canvas最小高度 默认300


minWidth

Optional minWidth: number

canvas最小宽度 默认300


onRuntimeInitialized

Optional onRuntimeInitialized: () => void

Type declaration

▸ (): void

监听运行时初始化

Returns

void

Inherited from

WasmConfig.onRuntimeInitialized


print

Optional print: (theText: string) => string

Type declaration

▸ (theText): string

打印

Parameters
NameType
theTextstring
Returns

string

Inherited from

WasmConfig.print


printErr

Optional printErr: (theText: string) => void

Type declaration

▸ (theText): void

打印错误

Parameters
NameType
theTextstring
Returns

void

Inherited from

WasmConfig.printErr


updateCanvasSize

Optional updateCanvasSize: () => void

Type declaration

▸ (): void

指定更新Canvas大小的函数,不指定则默认自动处理(指定该函数则 minHeight, minWidth无效)

Returns

void


wasmBinary

Optional wasmBinary: ArrayBuffer

二进制数据 设置wasmBinary 则 locateFile 不生效*

Inherited from

WasmConfig.wasmBinary

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文