Skip to content
On this page

mxcad API 文档 / MxNewMx3dShapeObjectSequence

Class: MxNewMx3dShapeObjectSequence

管理对象生命周期的基类

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new MxNewMx3dShapeObjectSequence()

Overrides

MxNewMx3dBaseObject.constructor

Properties

imp

Protected imp: any = 0

Inherited from

MxNewMx3dBaseObject.imp

Methods

Append

Append(theShape): void

Parameters

NameType
theShapeMxNewMx3dShapeObject

Returns

void


Length

Length(): number

Returns

number


Prepend

Prepend(theShape): void

Parameters

NameType
theShapeMxNewMx3dShapeObject

Returns

void


Remove

Remove(theIndex): void

Parameters

NameType
theIndexnumber

Returns

void

Remove(theFromIndex, theToIndex): void

Parameters

NameType
theFromIndexnumber
theToIndexnumber

Returns

void


Value

Value(theIndex): MxNewMx3dShapeObject

Parameters

NameType
theIndexnumber

Returns

MxNewMx3dShapeObject


getImp

getImp(): any

Returns

any

Inherited from

MxNewMx3dBaseObject.getImp


initTempObject

Protected initTempObject(imp): void

Parameters

NameType
impany

Returns

void

Inherited from

MxNewMx3dBaseObject.initTempObject