Skip to content

ACadSharp.Entities.UnknownEntity.GetBoundingBox

Albert Domenech edited this page Oct 3, 2024 · 2 revisions

GetBoundingBox Method

Gets the bounding box aligned with the axis XYZ that occupies this entity.

Remarks

An Unknown Entity does not have any geometric shape, therfore it's bounding box will be always 0

Definition

Namespace: ACadSharp.Entities.UnknownEntity

C#

public overrideBoundingBox GetBoundingBox

Return Value

BoundingBox

Clone this wiki locally