CadEntityBase.Bounds

CadEntityBase.Bounds property

Minimal and maximal points of entity. Filled after GetBounds is called for CadImage.

public List<Cad3DPoint> Bounds { get; set; }

See Also