Skip to content
On this page

mxcad API 文档 / MxNewMx3dView

Class: MxNewMx3dView

管理对象生命周期的基类

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new MxNewMx3dView(p)

Parameters

NameType
pobject

Overrides

MxNewMx3dBaseObject.constructor

Properties

imp

Protected imp: any = 0

Inherited from

MxNewMx3dBaseObject.imp

Methods

getDoc

getDoc(): MxNewMx3dDbDocument

Returns

MxNewMx3dDbDocument


getImp

getImp(): any

Returns

any

Inherited from

MxNewMx3dBaseObject.getImp


getModelCounts

getModelCounts(): number

Returns

number


initTempObject

Protected initTempObject(imp): void

Parameters

NameType
impany

Returns

void

Inherited from

MxNewMx3dBaseObject.initTempObject


setProjectionType

setProjectionType(theProjection): void

Parameters

NameType
theProjectionMxCameraProjection

Returns

void


showCenterTrihedron

showCenterTrihedron(theToShow): void

Parameters

NameType
theToShowboolean

Returns

void


update

update(isUpAllData): void

Parameters

NameType
isUpAllDataboolean

Returns

void