IPSGeoBody
IOperationTools
.ThickenBody(
IPSGeoBody
body,
IEnumerable
<
IPSGeoFace
> facesToRemove,
Double
thick1,
Double
thick2)
Does a thicken operation on a body and remove some faces.
Remarks
Examples
Parameters
body
Type:
IPSGeoBody
The body to thicken
facesToRemove
Type:
IEnumerable
<
IPSGeoFace
>
List of faces to remove.
thick1
Type:
Double
Internal thickness.
thick2
Type:
Double
External thickness.
Return Value
Type:
IPSGeoBody
Returns the solid body created.