View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003692ParaView(No Category)public2006-09-01 12:592006-09-05 15:37
ReporterClinton Stimpson 
Assigned ToUtkarsh Ayachit 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003692: clean command sometimes not issued for property
Descriptioncreate a pipeline

cone source -> elevation -> point data to cell data -> poly data normals -> calculator

put in '1' for the function and hit accept.
then switch to cell data mode and put in '1' and hit accept.

An error comes up about
ERROR: In vtkArrayCalculator.cxx, line 284
vtkArrayCalculator (0x127e240): Invalid array name: Normals

Normals is a point data, not a cell data as we are in cell data mode.

What happened was the clean command for the AddVectorVariable property wasn't issued, so it didn't clean out the "Normals".
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0004851)
Utkarsh Ayachit (administrator)
2006-09-05 15:37

The clean command was skipped when numElems was 0.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMStringVectorProperty.cxx,v <-- vtkSMStringVectorProperty.cxx
new revision: 1.27; previous revision: 1.26

 Issue History
Date Modified Username Field Change
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team