Skip to content
On this page

mxcad API 文档 / MdGeListOfShape

Class: MdGeListOfShape

表示形状链表

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new MdGeListOfShape(p?)

Parameters

NameType
p?object

Overrides

Mx3dBaseObject.constructor

Properties

imp

Protected imp: any = 0

Inherited from

Mx3dBaseObject.imp

Methods

AppendList

AppendList(theOther): void

Parameters

NameType
theOtherMdGeListOfShape

Returns

void


AppendShape

AppendShape(theShape, theIter?): void

Parameters

NameType
theShapeMdGeShape
theIter?MdGeListIteratorOfListOfShape

Returns

void


First

First(): MdGeShape

Returns

MdGeShape


InsertAfterList

InsertAfterList(theOther, theIter): void

Parameters

NameType
theOtherMdGeListOfShape
theIterMdGeListIteratorOfListOfShape

Returns

void


InsertAfterShape

InsertAfterShape(theShape, theIter): void

Parameters

NameType
theShapeMdGeShape
theIterMdGeListIteratorOfListOfShape

Returns

void


InsertBeforeList

InsertBeforeList(theOther, theIter): void

Parameters

NameType
theOtherMdGeListOfShape
theIterMdGeListIteratorOfListOfShape

Returns

void


InsertBeforeShape

InsertBeforeShape(theShape, theIter): void

Parameters

NameType
theShapeMdGeShape
theIterMdGeListIteratorOfListOfShape

Returns

void


Last

Last(): MdGeShape

Returns

MdGeShape


PrependList

PrependList(theOther): void

Parameters

NameType
theOtherMdGeListOfShape

Returns

void


PrependShape

PrependShape(theShape): void

Parameters

NameType
theShapeMdGeShape

Returns

void


RemoveFirst

RemoveFirst(): void

Returns

void


Reverse

Reverse(): void

Returns

void


Size

Size(): number

Returns

number


begin

begin(): MdGeListIteratorOfListOfShape

Returns

MdGeListIteratorOfListOfShape


end

end(): MdGeListIteratorOfListOfShape

Returns

MdGeListIteratorOfListOfShape


getImp

getImp(): any

Returns

any

Inherited from

Mx3dBaseObject.getImp


initTempObject

Protected initTempObject(imp): void

Parameters

NameType
impany

Returns

void

Inherited from

Mx3dBaseObject.initTempObject