File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
python/core/auto_generated/mesh Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -193,16 +193,12 @@ read on demand
193
193
194
194
virtual QgsMeshVertex vertex( int index ) const = 0;
195
195
%Docstring
196
- Factory for mesh vertex with index
197
-
198
- :return: New mesh vertex on index
196
+ Returns the mesh vertex at index
199
197
%End
200
198
201
199
virtual QgsMeshFace face( int index ) const = 0;
202
200
%Docstring
203
- Factory for mesh face with index
204
-
205
- :return: new mesh face on index
201
+ Returns the mesh face at index
206
202
%End
207
203
};
208
204
Original file line number Diff line number Diff line change @@ -185,14 +185,12 @@ class CORE_EXPORT QgsMeshDataSourceInterface SIP_ABSTRACT
185
185
virtual int faceCount () const = 0;
186
186
187
187
/* *
188
- * \brief Factory for mesh vertex with index
189
- * \returns New mesh vertex on index
188
+ * Returns the mesh vertex at index
190
189
*/
191
190
virtual QgsMeshVertex vertex ( int index ) const = 0;
192
191
193
192
/* *
194
- * \brief Factory for mesh face with index
195
- * \returns new mesh face on index
193
+ * Returns the mesh face at index
196
194
*/
197
195
virtual QgsMeshFace face ( int index ) const = 0;
198
196
};
You can’t perform that action at this time.
0 commit comments