mxcad API 文档 / MdGeLineAspect
Class: MdGeLineAspect
所有类的父类, 除去MdGeTopo以及MdGeBrep
Hierarchy
↳
MdGeLineAspect
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new MdGeLineAspect(p1
, p2?
, p3?
)
Parameters
Name | Type |
---|---|
p1 | object | MdGeColor |
p2? | MxTypeOfLine |
p3? | number |
Overrides
Properties
imp
• Protected
imp: any
= 0
Inherited from
Methods
SetColor
▸ SetColor(theColor
): void
Parameters
Name | Type |
---|---|
theColor | MdGeColor |
Returns
void
SetTypeOfLine
▸ SetTypeOfLine(theType
): void
Parameters
Name | Type |
---|---|
theType | MxTypeOfLine |
Returns
void
SetWidth
▸ SetWidth(theWidth
): void
Parameters
Name | Type |
---|---|
theWidth | number |
Returns
void
getImp
▸ getImp(): any
Returns
any
Inherited from
initTempObject
▸ Protected
initTempObject(imp
): void
Parameters
Name | Type |
---|---|
imp | any |
Returns
void