Faster viewer update
Posted: 16 Feb 2015, 14:41
Hi,
is there a faster or another way to refresh the 3D view than using
?
I select an entity in the 3D viewer and want to change it's size. But when I use none of them works.
-Mike
is there a faster or another way to refresh the 3D view than using
Code: Select all
F3DN.LoadFromConverter(CADImage.Converter, CADImage);
I select an entity in the 3D viewer and want to change it's size. But when I use
Code: Select all
FDN.Invalidate;
FDN.Refresh;
FDN.Repaint;
// Same thing with F3DN
F3DN.Invalidate;
F3DN.Refresh;
F3DN.Repaint;
-Mike