Method GetMBB
GetMBB(OccurrenceList, Point3?)
Returns the Minimum Bounding Box of a list of occurrences
Declaration
[HandleProcessCorruptedStateExceptions]
public OBB GetMBB(OccurrenceList occurrences, Point3? forcedAxis = null)
Parameters
| Type | Name | Description |
|---|---|---|
| OccurrenceList | occurrences | List of occurrences to retrieve the MBB |
| Point3? | forcedAxis | Forced axis of the mbb |
Returns
| Type | Description |
|---|---|
| OBB |