eryar / occQt

A simple OpenCASCADE Qt demo.
MIT License
280 stars 129 forks source link

Use AIS_RubberBand to replace QRubberBand #16

Closed eryar closed 3 years ago

eryar commented 5 years ago

Use AIS_RubberBand to replace QRubberBand.

eryar commented 5 years ago

From OpenCASCADE7.0 introduced a AIS_RubberBand to draw rubber band for selection. So this change need to compile occQt with opencascade7.0 and later versions.