Mesh: remove trailing whitespace
This commit is contained in:
@@ -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().
|
||||
|
||||
Reference in New Issue
Block a user