mxcad API 文档 / MdGeListOfShape
Class: MdGeListOfShape
表示形状链表
Hierarchy
↳
MdGeListOfShape
Table of contents
Constructors
Properties
Methods
- AppendList
- AppendShape
- First
- InsertAfterList
- InsertAfterShape
- InsertBeforeList
- InsertBeforeShape
- Last
- PrependList
- PrependShape
- RemoveFirst
- Reverse
- Size
- begin
- end
- getImp
- initTempObject
Constructors
constructor
• new MdGeListOfShape(p?
)
Parameters
Name | Type |
---|---|
p? | object |
Overrides
Properties
imp
• Protected
imp: any
= 0
Inherited from
Methods
AppendList
▸ AppendList(theOther
): void
Parameters
Name | Type |
---|---|
theOther | MdGeListOfShape |
Returns
void
AppendShape
▸ AppendShape(theShape
, theIter?
): void
Parameters
Name | Type |
---|---|
theShape | MdGeShape |
theIter? | MdGeListIteratorOfListOfShape |
Returns
void
First
▸ First(): MdGeShape
Returns
InsertAfterList
▸ InsertAfterList(theOther
, theIter
): void
Parameters
Name | Type |
---|---|
theOther | MdGeListOfShape |
theIter | MdGeListIteratorOfListOfShape |
Returns
void
InsertAfterShape
▸ InsertAfterShape(theShape
, theIter
): void
Parameters
Name | Type |
---|---|
theShape | MdGeShape |
theIter | MdGeListIteratorOfListOfShape |
Returns
void
InsertBeforeList
▸ InsertBeforeList(theOther
, theIter
): void
Parameters
Name | Type |
---|---|
theOther | MdGeListOfShape |
theIter | MdGeListIteratorOfListOfShape |
Returns
void
InsertBeforeShape
▸ InsertBeforeShape(theShape
, theIter
): void
Parameters
Name | Type |
---|---|
theShape | MdGeShape |
theIter | MdGeListIteratorOfListOfShape |
Returns
void
Last
▸ Last(): MdGeShape
Returns
PrependList
▸ PrependList(theOther
): void
Parameters
Name | Type |
---|---|
theOther | MdGeListOfShape |
Returns
void
PrependShape
▸ PrependShape(theShape
): void
Parameters
Name | Type |
---|---|
theShape | MdGeShape |
Returns
void
RemoveFirst
▸ RemoveFirst(): void
Returns
void
Reverse
▸ Reverse(): void
Returns
void
Size
▸ Size(): number
Returns
number
begin
▸ begin(): MdGeListIteratorOfListOfShape
Returns
end
▸ end(): MdGeListIteratorOfListOfShape
Returns
getImp
▸ getImp(): any
Returns
any
Inherited from
initTempObject
▸ Protected
initTempObject(imp
): void
Parameters
Name | Type |
---|---|
imp | any |
Returns
void