GetBoundingBoxMin

XYZ? GetBoundingBoxMin(this Element element, View? view = null)

Gets the minimum corner of the element's bounding box, or null if unavailable.

Parameters

  • elementElement

    The element to inspect.

  • viewView?

    Optional view context.

Returns: The Min XYZ, or null if unavailable.

Example

XYZ? min = element.GetBoundingBoxMin();