Prod.: Engine, ver.: 6021, ID: 60001646, Bug : Slice command does not properly slice a sphere

Bug : Slice command does not properly slice a sphere

Article60001646
TypeBug
ProductEngine
Version6021
Date Added3/16/2012
FixedYes [3/16/2012]
Submitted byPeter Chanios
Keywords

Subject

Slice command does not properly slice a sphere

Summary

Slice command does not properly slice a sphere

Solution

Slice command does not properly slice a sphere 

vdFramedControl1.BaseControl.ActiveDocument.CommandAction.CmdSphere(new gPoint(-20.0, 0.0, 0.0), 5.0, 20, 20);
vdPolyface sphere = vdFramedControl1.BaseControl.ActiveDocument.Model.Entities.Last as vdPolyface;
sphere.Invalidate();
sphere.Slice(new gPoint(-20.0, 0.0, 0.0), new Vector(1.0, 1.0, 0.0), false, false);
sphere.Update();
sphere.Invalidate();
Fixed in 6022