ACadSharp.Entities.UnknownEntity.GetBoundingBox - DomCR/ACadSharp GitHub Wiki
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