Fix typos
This commit is contained in:
@@ -1046,7 +1046,7 @@ void StdMeshers_Penta_3D::MakeBlock()
|
||||
if (iCnt>1) {
|
||||
// \begin{E.A.}
|
||||
// The current algorithm fails if there is more that one
|
||||
// face wich contains triangles ...
|
||||
// face which contains triangles ...
|
||||
// In that case, replace return by break to try another
|
||||
// method (coded in "if (iCnt != 1) { ... }")
|
||||
//
|
||||
|
||||
@@ -440,7 +440,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string>Hidden geomety pattern</string>
|
||||
<string>Hidden geometry pattern</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -215,7 +215,7 @@ struct GlobalEdge {
|
||||
* This is basically a boost adjacency_list with single linked lists 'listS' as storage for vertices and
|
||||
* edges. The edges are undirected. This allows to use all boost graph algorithms and provides therefore
|
||||
* an comprehensive way for analysing and manipulating its content. It further extends the class with the
|
||||
* possibility to cluster its content and to add properties and objects to all entitys. For more
|
||||
* possibility to cluster its content and to add properties and objects to all entities. For more
|
||||
* information, see the module ClusterGraph
|
||||
*
|
||||
* @tparam edge_prop a mpl::vector with properties which are added to local edges
|
||||
|
||||
@@ -67,7 +67,7 @@ namespace dcm {
|
||||
* retrieving it's reference with get-methods.
|
||||
*
|
||||
* Propertys are further designed to fit in the concept of compile-time modularisation. To allow the extension
|
||||
* of all data-holding entitys with new data types, propertys store their own purpose. Thats
|
||||
* of all data-holding entities with new data types, propertys store their own purpose. Thats
|
||||
* done by extending the property struct with a second typedef which is named kind and which specifies of which
|
||||
* kind the property is. That means, that this typedef defines when the property shall be used and for which
|
||||
* context it is designed for. Dependend on the propertys kind, it will be added to different places inside the dcm.
|
||||
|
||||
@@ -537,7 +537,7 @@ CmdAssemblyConstraintAlignment::CmdAssemblyConstraintAlignment()
|
||||
{
|
||||
sAppModule = "Assembly";
|
||||
sGroup = QT_TR_NOOP("Assembly");
|
||||
sMenuText = QT_TR_NOOP("Constraint allignment...");
|
||||
sMenuText = QT_TR_NOOP("Constraint alignment...");
|
||||
sToolTipText = QT_TR_NOOP("Align the selected entities");
|
||||
sWhatsThis = sToolTipText;
|
||||
sStatusTip = sToolTipText;
|
||||
|
||||
@@ -233,7 +233,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Setthe distance between first and second geometrie. Note that in many cases the shortes distance is used (e.g. line - line)</p></body></html></string>
|
||||
<string><html><head/><body><p>Set the distance between first and second geometry. Note that in many cases the shortest distance is used (e.g. line - line)</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Distance</string>
|
||||
|
||||
@@ -58,7 +58,7 @@ Dependency of pcl components:
|
||||
common: none
|
||||
features: common, kdtree, octree, search, (range_image)
|
||||
filters: common, kdtree, octree, sample_consenus, search
|
||||
geomety: common
|
||||
geometry: common
|
||||
io: common, octree
|
||||
kdtree: common
|
||||
keypoints: common, features, filters, kdtree, octree, search, (range_image)
|
||||
|
||||
Reference in New Issue
Block a user