mxcad API 文档 / MxNewMx3dShapeObjectSequence
Class: MxNewMx3dShapeObjectSequence
管理对象生命周期的基类
Hierarchy
↳
MxNewMx3dShapeObjectSequence
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new MxNewMx3dShapeObjectSequence()
Overrides
MxNewMx3dBaseObject.constructor
Properties
imp
• Protected
imp: any
= 0
Inherited from
Methods
Append
▸ Append(theShape
): void
Parameters
Name | Type |
---|---|
theShape | MxNewMx3dShapeObject |
Returns
void
Length
▸ Length(): number
Returns
number
Prepend
▸ Prepend(theShape
): void
Parameters
Name | Type |
---|---|
theShape | MxNewMx3dShapeObject |
Returns
void
Remove
▸ Remove(theIndex
): void
Parameters
Name | Type |
---|---|
theIndex | number |
Returns
void
▸ Remove(theFromIndex
, theToIndex
): void
Parameters
Name | Type |
---|---|
theFromIndex | number |
theToIndex | number |
Returns
void
Value
▸ Value(theIndex
): MxNewMx3dShapeObject
Parameters
Name | Type |
---|---|
theIndex | number |
Returns
getImp
▸ getImp(): any
Returns
any
Inherited from
initTempObject
▸ Protected
initTempObject(imp
): void
Parameters
Name | Type |
---|---|
imp | any |
Returns
void