Method GetFittingCylinder
GetFittingCylinder(OccurrenceList, bool, Point3?)
Returns the fitting cylinder of a set of occurrences (based on MBB)
Declaration
[HandleProcessCorruptedStateExceptions]
public Affine GetFittingCylinder(OccurrenceList occurrences, bool useAABB = true, Point3? forcedAxis = null)
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) |
Point3? | forcedAxis | Forced axis of the Cylinder when using MBB |
Returns
Type | Description |
---|---|
Affine |