mxcad API 文档 / 3d / MdGeMakeThickSolid
Class: MdGeMakeThickSolid
3d.MdGeMakeThickSolid
表示薄实体
Hierarchy
↳
MdGeMakeThickSolid
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new MdGeMakeThickSolid(p?
)
Parameters
Name | Type |
---|---|
p? | object |
Overrides
Properties
imp
• Protected
imp: any
= 0
Inherited from
Methods
MakeThickSolidByJoin
▸ MakeThickSolidByJoin(S
, ClosingFaces
, Offset
, Tol
, Mode?
, Intersection?
, SelfInter?
, Join?
, RemoveIntEdges?
): void
Parameters
Name | Type |
---|---|
S | MdGeShape |
ClosingFaces | MdGeListOfShape |
Offset | number |
Tol | number |
Mode? | MxOffsetModeEnum |
Intersection? | boolean |
SelfInter? | boolean |
Join? | MxGAJoinTypeEnum |
RemoveIntEdges? | boolean |
Returns
void
MakeThickSolidBySimple
▸ MakeThickSolidBySimple(theS
, theOffsetValue
): void
Parameters
Name | Type |
---|---|
theS | MdGeShape |
theOffsetValue | number |
Returns
void
Shape
▸ Shape(): MdGeShape
Returns
getImp
▸ getImp(): any
Returns
any
Inherited from
initTempObject
▸ Protected
initTempObject(imp
): void
Parameters
Name | Type |
---|---|
imp | any |
Returns
void