printf("Warnning! CreateMeshFromPoints::Process: List of points X Y Z and LstIndexes is not correct\n");
bbSetOutputOut(NULL);
} else {
+ printf("EED CreateMeshFromPoints::Process initial=%d final=%d\n" , lstIndexs[0] , lstIndexs[ lstIndexs.size()-1 ] );
int ii,sizeSegment1,sizeSegment2;
int endSegment;
// vtkSmartPointer<vtkPoints> points = vtkSmartPointer<vtkPoints>::New();
iGeneral=iGeneral+sizeSegment1;
cells->InsertNextCell(triangleStrip);
} //for LstIndexs
+
// vtkPolyData *polydata = vtkPolyData::New();
if (polydata!=NULL) polydata->Delete();
polydata = vtkPolyData::New();
BBTK_CATEGORY("empty");
BBTK_INPUT(StlWriter,FileName,"File Name",std::string,"");
BBTK_INPUT(StlWriter,In,"vtkPolyData (Mesh)",vtkPolyData*,"");
- BBTK_INPUT(StlWriter,Ascii,"(true defaimt) true Ascii / false Binary",bool,"");
+ BBTK_INPUT(StlWriter,Ascii,"(true default) true:Ascii / false:Binary",bool,"");
// BBTK_OUTPUT(StlWriter,Out,"First output",double,"");
BBTK_END_DESCRIBE_BLACK_BOX(StlWriter);
//=====