Skip to content

Relationship between WallNodes and WallnodeLinks #10

@mariovde-IIO

Description

@mariovde-IIO

Hi

First of all: thank you so much to make this publicly available!
When I was looking through the setup, I stumbled on this:

"wallNodes": [
{ "id": 1, "x": 2200, "y": 2300 },
{ "id": 2, "x": 2720, "y": 2300 },
{ "id": 3, "x": 2720, "y": 2600 },
{ "id": 4, "x": 2400, "y": 2770 },
{ "id": 5, "x": 2470, "y": 2300 },
{ "id": 6, "x": 2470, "y": 2500 }
],
"wallNodeLinks": [
[1, [4, 5]],
[2, [3, 5]],
[3, [4]],
[4, []],
[5, [6]],
[6, []]
]

Could you explain the relationship between the wallnodes and the wallnodelinks please?
I drew room, with multiple angled walls, but now I am trying to figure out what the link is between wallnodelinks and wallnodes.

thanks!

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