Skip to content

add_edges not showing edges? #25

@sebastianherscher

Description

@sebastianherscher

I've been trying to show my displacement vectors for a while and cannot get any edges to show up. Here's what I'm calling:

viewer.data.clear();
viewer.data.set_mesh(B, F);
viewer.data.add_edges(B, V,RowVector3d(0,0,1));

I know that B and V are both correct, so it should just draw a displacement line for each vertex? What am I doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions