3D Model Editor – Remove Non-monifold Edges And Non-monifold Points

We have added a new feature to the 3D Model Editor. It can remove non-monifold edges and non-monifold points. The non-monifold edges and non-monifold points are introduced at https://www.weiy.city/2022/09/3d-model-editor-find-non-manifold-edge-and-points/. Let’s create a cube with non-monifold edges and non-monifold points by the following code. The model file had been uploaded to Read more…

Basic functions for B-Spline

Uniform Cubic Spline Piecewise function: The cubic spline graph: Test code: #include <vtkActor.h> #include <vtkCleanPolyData.h> #include <vtkDistancePolyDataFilter.h> #include <vtkNamedColors.h> #include <vtkNew.h> #include <vtkPointData.h> #include <vtkPolyDataMapper.h> #include <vtkPolyDataReader.h> #include <vtkProperty.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> #include <vtkScalarBarActor.h> #include <vtkSmartPointer.h> #include <vtkSphereSource.h> #include <vtkSTLReader.h> #include <vtkTransform.h> #include <vtkMatrix4x4.h> #include <vector> #include Read more…

Bézier Curves

Bézier Curves Bézier curves are a type of parametric curve that is widely used in computer graphics, computer-aided design, and various other fields for creating smooth, elegant curves. They are named after the French engineer Pierre Bézier, who developed the mathematics behind these curves while working at Renault in the Read more…

Matrix Of ViewTransform In vtkCamera

ViewTransform stores three vectors in the first three rows and position information in the forth column. We can rotate camera around view up direction [ Azimuth operation ] and horizontal line (sideway) [ Elevation operation ] easily. The relative implementation details in VTK:

Book content update 20231007

Books introduction page: Book content update: Add A Short Adventure About Pengjiamu In Xinjiang, Thailand Sleeping Beauty Cave Miracle Rescue Incident, and The Mystery of Shanghai’s Nine Dragon Pillars for Short Stories Book. Add a new e-book Traditional Chinese Medicine Health Tips. Here is a demo video shows how to Read more…

Tex To PDF
: convert the Latex file which suffix is tex to a PDF file

X