mxcad API 文档 / MxNewMx3dGeBox
Class: MxNewMx3dGeBox
数学几何基类
Hierarchy
↳
MxNewMx3dGeBox
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new MxNewMx3dGeBox(P1
, P2
)
Parameters
Name | Type |
---|---|
P1 | MxNewMx3dGePoint |
P2 | MxNewMx3dGePoint |
Overrides
• new MxNewMx3dGeBox(dx
, dy
, dz
)
Parameters
Name | Type |
---|---|
dx | number |
dy | number |
dz | number |
Overrides
MxNewMx3dGeObject.constructor
• new MxNewMx3dGeBox(Axes
, dx
, dy
, dz
)
Parameters
Name | Type |
---|---|
Axes | MxNewMx3dGeCSYSR |
dx | number |
dy | number |
dz | number |
Overrides
MxNewMx3dGeObject.constructor
Properties
imp
• Protected
imp: any
= 0
Inherited from
Methods
Shape
▸ Shape(): MxNewMx3dShapeObject
Returns
getImp
▸ getImp(): any
Returns
any
Inherited from
initTempObject
▸ Protected
initTempObject(imp
): void
Parameters
Name | Type |
---|---|
imp | any |
Returns
void