| Name | Description |
|---|---|
| CopyBody(IPSGeoBody) | Copies a body. |
| CreatePart(IEnumerable<IPSGeoBody>) | Creates a new part (group of bodies). |
| DeleteBody(IPSGeoBody) | Deletes a body. |
| EdgesToWireBody(IEnumerable<IPSGeoEdge>) | Transforms a set of edges into a wire body. |
| FacesToSheetBody(IEnumerable<IPSGeoFace>) | Transforms a set of faces to a sheet body. |
| Imprint(IPSGeoBody, IEnumerable<IPSGeoBody>) | Imprints a list of bodies to a target body. |
| OffsetFace(IEnumerable<IPSGeoFace>, Double) | Does a normal offset of faces with a given offset value. |
| SheetBodyToSolidBody(IPSGeoBody) | Transforms a sheet body to a solid body. |
| SimplifyTopology(IPSGeoEntity) | Simplifies the topology of the given entity. |
| ThickenBody(IPSGeoBody, IEnumerable<IPSGeoFace>, Double, Double) | Does a thicken operation on a body and remove some faces. |
| TransformBody(IPSGeoBody, Matrix4D) | Transform a body. |
| WireToSheetBody(IPSGeoBody) | Transforms a wire body to a sheet body. |