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