Mesh: remove trailing whitespace

This commit is contained in:
luz paz
2022-11-10 06:41:42 -05:00
committed by Chris Hennes
parent 356faf94da
commit c174e063f3
102 changed files with 632 additions and 633 deletions

View File

@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
<PythonExport
Father="PyObjectBase"
Name="MeshPointPy"
Twin="MeshPoint"
TwinPointer="MeshPoint"
Include="Mod/Mesh/App/MeshPoint.h"
FatherInclude="Base/PyObjectBase.h"
Namespace="Mesh"
<PythonExport
Father="PyObjectBase"
Name="MeshPointPy"
Twin="MeshPoint"
TwinPointer="MeshPoint"
Include="Mod/Mesh/App/MeshPoint.h"
FatherInclude="Base/PyObjectBase.h"
Namespace="Mesh"
Constructor="true"
Delete="true"
FatherNamespace="Base">
@@ -16,7 +16,7 @@
<DeveloperDocu>Point in a Mesh</DeveloperDocu>
<UserDocu> Point in mesh
This is a point in a MeshObject. You can get it by e.g. iterating a
mesh. The point has a connection to its mesh and allows therefore
mesh. The point has a connection to its mesh and allows therefore
topological operations. It is also possible to create an unbounded mesh point e.g. to create
a mesh. In this case the topological operations will fail. The same is
when you cut the bound to the mesh by calling unbound().