MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0012751 | VTK | (No Category) | public | 2011-11-28 16:54 | 2015-12-01 10:21 |
Reporter | Philippe Pebay | ||||
Assigned To | Berk Geveci | ||||
Priority | urgent | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | not fixable | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Project | Kitware | ||||
Type | incorrect functionality | ||||
Summary | 0012751: vtkArcSource does not draw correctly arcs with angular sector of 180° | ||||
Description | This script allows for the reproduction of the bug: ############################################################ from vtk import * ############################################################ # Create sources arc = vtkArcSource() arc.SetCenter( 0, 0, 0 ) arc.SetPoint1( 1, 0, 0 ) arc.SetPoint2( -1, 0, 0 ) arc.SetResolution( 32 ) sphere = vtkSphereSource() sphere.SetRadius( 0.05 ) sphere.SetCenter( 0, 0, 0 ) sphere.SetPhiResolution( 16 ) sphere.SetThetaResolution( 16 ) # Create mappers mapper1 = vtkPolyDataMapper() mapper1.SetInput( arc.GetOutput() ) mapper2 = vtkPolyDataMapper() mapper2.SetInputConnection( sphere.GetOutputPort() ) # Create actors actor1 = vtkActor() actor1.SetMapper( mapper1 ) actor1.GetProperty().SetColor( 1., 0., 0. ) actor2 = vtkActor() actor2.SetMapper( mapper2 ) # Create renderer renderer = vtkRenderer() renderer.AddViewProp( actor1 ) renderer.AddViewProp( actor2 ) renderer.SetBackground( .3, .4 ,.5 ) # Create render window window = vtkRenderWindow() window.AddRenderer( renderer ) window.SetSize( 500, 500 ) # Create interactor interactor = vtkRenderWindowInteractor() interactor.SetRenderWindow( window ) # Start interaction window.Render() interactor.Start() | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://www.vtk.org/Bug/file/9076/Incorrect180DegreesArc.png ![]() | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-11-28 16:54 | Philippe Pebay | New Issue | |||
2011-11-28 16:54 | Philippe Pebay | Status | backlog => tabled | ||
2011-11-28 16:54 | Philippe Pebay | Assigned To | => Berk Geveci | ||
2011-11-28 16:54 | Philippe Pebay | File Added: Incorrect180DegreesArc.png | |||
2013-07-22 20:03 | Dave DeMarle | Status | tabled => backlog | ||
2013-07-22 20:03 | Dave DeMarle | Note Added: 0031262 | |||
2014-10-02 12:48 | Cory Quammen | Note Added: 0033482 | |||
2015-11-10 05:20 | Waldir Pimenta | Note Added: 0035440 | |||
2015-11-10 05:33 | Waldir Pimenta | Note Edited: 0035440 | bug_revision_view_page.php?bugnote_id=35440#r1387 | ||
2015-12-01 10:21 | Cory Quammen | Note Added: 0035493 | |||
2015-12-01 10:21 | Cory Quammen | Status | backlog => closed | ||
2015-12-01 10:21 | Cory Quammen | Resolution | open => not fixable |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|