ThickenBody(IPSGeoBody, IEnumerable<IPSGeoFace>, double, double)

Does a thicken operation on a body and remove some faces.

Declaration Syntax

public IPSGeoBody ThickenBody(IPSGeoBody body, IEnumerable<IPSGeoFace> facesToRemove, double thick1, double thick2)

Parameters

body(IPSGeoBody)

The body to thicken

facesToRemove(IEnumerable<IPSGeoFace>)

List of faces to remove.

thick1(double)

Internal thickness.

thick2(double)

External thickness.