CanMirrorAcross

bool CanMirrorAcross(this Element element, Plane plane)

Determines whether the element can be mirrored about a given plane.

Parameters

  • elementElement

    The element to inspect.

  • planePlane

    The mirror plane (not used by API check, but kept for intent).

Returns: True if the element can be mirrored; otherwise false.

Example

bool can = element.CanMirrorAcross(Plane.CreateByNormalAndOrigin(XYZ.BasisX, XYZ.Zero));