mxcad API 文档 / MdGeMakeWires
Class: MdGeMakeWires
表示由Edges链接形成Wires
Hierarchy
↳
MdGeMakeWires
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new MdGeMakeWires(p?
)
Parameters
Name | Type |
---|---|
p? | object |
Overrides
Properties
imp
• Protected
imp: any
= 0
Inherited from
Methods
ConnectEdgesToWires
▸ ConnectEdgesToWires(edges
, toler
, shared
): MdGeSequenceOfShape
Parameters
Name | Type |
---|---|
edges | MdGeSequenceOfShape |
toler | number |
shared | boolean |
Returns
ConnectWiresToWires
▸ ConnectWiresToWires(iwires
, toler
, shared
): MdGeSequenceOfShape
Parameters
Name | Type |
---|---|
iwires | MdGeSequenceOfShape |
toler | number |
shared | boolean |
Returns
getImp
▸ getImp(): any
Returns
any
Inherited from
initTempObject
▸ Protected
initTempObject(imp
): void
Parameters
Name | Type |
---|---|
imp | any |
Returns
void