hi . for retrieve bounds corner in rotated group or component I’ve faced a problem.
make a group or component and rotate example 30 degrees and try this:
entity = Sketchup.active_model.active_entities
sele = Sketchup.active_model.selection[0]
corner = sele.bounds.corner 1
entity.add_cpoint corner
its ok when object axis & worlds axis match together but when its rotated make mistake
how can i access this corner when object rotate??