mxcad API 文档 / MxNewMx3dGeAxis
Class: MxNewMx3dGeAxis
数学几何基类
Hierarchy
↳
MxNewMx3dGeAxis
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new MxNewMx3dGeAxis()
Overrides
• new MxNewMx3dGeAxis(theLoc
, theDir
)
Parameters
Name | Type |
---|---|
theLoc | MxNewMx3dGePoint |
theDir | MxNewMx3dGeDir |
Overrides
MxNewMx3dGeObject.constructor
Properties
imp
• Protected
imp: any
= 0
Inherited from
Methods
Direction
▸ Direction(): MxNewMx3dGeDir
Returns
Location
▸ Location(): MxNewMx3dGePoint
Returns
SetDirection
▸ SetDirection(theDir
): void
Parameters
Name | Type |
---|---|
theDir | MxNewMx3dGeDir |
Returns
void
SetLocation
▸ SetLocation(theLoc
): void
Parameters
Name | Type |
---|---|
theLoc | MxNewMx3dGePoint |
Returns
void
getImp
▸ getImp(): any
Returns
any
Inherited from
initTempObject
▸ Protected
initTempObject(imp
): void
Parameters
Name | Type |
---|---|
imp | any |
Returns
void