mxcad API 文档 / MdGeListIteratorOfListOfShape
Class: MdGeListIteratorOfListOfShape
表示形状链表迭代器
Hierarchy
↳
MdGeListIteratorOfListOfShape
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new MdGeListIteratorOfListOfShape(p?
)
Parameters
Name | Type |
---|---|
p? | object |
Overrides
Properties
imp
• Protected
imp: any
= 0
Inherited from
Methods
ChangeValue
▸ ChangeValue(theShape
): void
Parameters
Name | Type |
---|---|
theShape | MdGeShape |
Returns
void
More
▸ More(): boolean
Returns
boolean
Next
▸ Next(): void
Returns
void
Value
▸ Value(): MdGeShape
Returns
getImp
▸ getImp(): any
Returns
any
Inherited from
initTempObject
▸ Protected
initTempObject(imp
): void
Parameters
Name | Type |
---|---|
imp | any |
Returns
void