View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000823 | FreeCAD | Patch | public | 2012-09-03 14:28 | 2012-09-06 08:38 |
Reporter | zappl | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.12 | ||||
Fixed in Version | 0.13 | ||||
Summary | 0000823: Extension of Facet class for getting vertex indices natively | ||||
Description | For exporting a mesh it's important to know the indices of the mesh vertices a facet consists of. This data exists in a Facet and is even "given" by it's string representation, but is not accessable directly. This really limits the ability of mesh exporters coded in python. | ||||
Additional Information | The attached patch adds an attribute "MeshIndices" and a native method "FacetPy::getMeshIndices()" to get the vertex indices as a three-int-tuple. | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
2012-09-03 14:28
|
|
|
Would you mind if I rename the attribute to "PointIndices" because this is what it actually means? Additionally we can have another attribute "NeighbourIndices" which gives the indices of the neighbour facets. |
|
I don't mind of course, PointIndices is probably the better name. Good idea to provide NeighbourIndices as well. Thanks. |
|
git show 629cf65 |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-09-03 14:28 | zappl | New Issue | |
2012-09-03 14:28 | zappl | File Added: 0001-FacetPy-added-Attribute-MeshIndices-for-getting-the-.patch | |
2012-09-05 10:35 | wmayer | Note Added: 0002344 | |
2012-09-05 13:44 | zappl | Note Added: 0002347 | |
2012-09-06 08:38 | wmayer | Note Added: 0002351 | |
2012-09-06 08:38 | wmayer | Status | new => closed |
2012-09-06 08:38 | wmayer | Resolution | open => fixed |
2012-09-06 08:38 | wmayer | Fixed in Version | => 0.13 |