Skip to content
Discussion options

You must be logged in to vote

Added addtional documentation to SOLID and TRACE:

The SOLID entity stores the vertices in an unusual way, the last two vertices are reversed. The coordinates [(0, 0), (1, 0), (1, 1), (0, 1)] do not create a square as you would expect:

Reverse the last two vertices to get the expected square: [(0, 0), (1, 0), (0, 1), (1, 1)]

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@johnthagen
Comment options

Answer selected by johnthagen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants