Skip to content
On this page

mxcad_3d API 文档 / Mx3dApplication

Class: Mx3dApplication

应用程序类,全局单实例

Table of contents

Methods

Methods

createView

createView(theCanvasSelector): Mx3dView

为当前应用程序创建一个视图

Parameters

NameTypeDescription
theCanvasSelectorstringcanvas的CSS选择器字符串

Returns

Mx3dView

返回一个视图对象


getCurrentActiveView

getCurrentActiveView(): Mx3dView

获取当前视图对象

Returns

Mx3dView

返回当前的视图对象