Method GetFittingSphere
GetFittingSphere(OccurrenceList, bool)
Returns the fitting sphere of a set of occurrences
Declaration
[HandleProcessCorruptedStateExceptions]
public Affine GetFittingSphere(OccurrenceList occurrences, bool useAABB = true)
Parameters
| Type | Name | Description |
|---|---|---|
| OccurrenceList | occurrences | Occurrences to fit |
| bool | useAABB | If true use the global Axis Aligned Bounding Box (AABB), else use a Minimum Bounding Box (MBB) |
Returns
| Type | Description |
|---|---|
| Affine |