#(sirbanders) Combine polygons

18 messages · Page 1 of 1 (latest)

raven garden
#

If I have two separate polygons, and want to combine them into one, what is the best way to do this?

pine torrentBOT
#

(sirbanders) Combine polygons

pine torrentBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

quick kiln
#

on cuboids it worked with add_member i think, maybe it helps and works on polys?

pastel portal
#

!s add_member

urban gorgeBOT
# pastel portal !s add_member
Search Results

[Perfect Name Match] !Mechanism cuboidtag.add_member,
[Partial Name Match] !Tag cuboidtag.add_member, !Tag cuboidtag.add_member.at.

pastel portal
#

It's specifically for cuboids ^

#

add_member also does not combine cuboids

#

You can think about it more as a group

soft sable
#

There are

#

!t with_corner

urban gorgeBOT
# soft sable !t with_corner

Returns a copy of the polygon, with the specified corner added to the end of the corner list.

Returns

PolygonTag

Mechanism

PolygonTag.add_corner

Examples
# Notes a new polygon with a new corner added.
# If the new corner has a location of "10,66,-2", and "my_polygon" has corners "0.0,0.0", "7.0,7.0", and "-5.0,6.0",
# then "my_new_polygon" will have corners  "0.0,0.0", "7.0,7.0", "-5.0,6.0", and "10.0,-2.0".
- note <polygon[my_polygon].with_corner[10,66,-2]> as:my_new_polygon
soft sable
#

!m add_corner

urban gorgeBOT
# soft sable !m add_corner

Adds a corner to the end of the polygon's corner list.

Object

PolygonTag

Input

LocationTag

Tags

<PolygonTag.with_corner[<location>]> Returns a copy of the polygon, with the specified corner adde...

Examples
# Adjusts the polygon to have a new corner added.
# If the new corner has a location of "10,66,-2", and "my_polygon" has corners "0.0,0.0", "7.0,7.0", and "-5.0,6.0",
# then "my_new_polygon" will have corners  "0.0,0.0", "7.0,7.0", "-5.0,6.0", and "10.0,-2.0".
- adjust <polygon[my_polygon]> add_corner:10,66,-2
soft sable
#

Which might work for you? depends on what exactly are you trying to do

spare pendantBOT
#
Thread Closing Reminder

Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.

If not yet resolved, please reply below to tell us what you still need.

(Note that if there is no reply for a few days, this thread will eventually close itself.)

#

@raven garden