Skip to content

Conversation

@yungyuc
Copy link
Member

@yungyuc yungyuc commented Jun 26, 2022

This is to address issue #68.

A new array ednds is added to StaticMesh. Each row contains the two nodes forming the edge, from the tail to head.

A new (private) argument _build_edge is added to StaticMesh.build_interior() and its default value is False. A standalone function build_edge() is added to StaticMesh too.

RStaticMesh::update_geometry_impl() is updated to use the new ednds array.

A new free helper function makeQByteArray() is added to copy the data from a SimpleArray to Qt QByteArray.

This is to address issue solvcon#68.

A new array `ednds` is added to StaticMesh.  Each row contains the two nodes forming the edge, from the tail to head.

A new (private) argument _build_edge is added to StaticMesh.build_interior() and its default value is False.  A standalone function build_edge() is added to StaticMesh too.

RStaticMesh::update_geometry_impl() is updated to use the new ednds array.

A new free helper function makeQByteArray() is added to copy the data from a SimpleArray to Qt QByteArray.
@yungyuc yungyuc added enhancement New feature or request pilot GUI and visualization labels Jun 26, 2022
@yungyuc yungyuc self-assigned this Jun 26, 2022
@yungyuc yungyuc merged commit 6186281 into solvcon:master Jun 26, 2022
@yungyuc yungyuc deleted the issue68-remove-duplicated-edges branch June 26, 2022 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request pilot GUI and visualization

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant