Hello,
I’ve tried various methods to set a crop box by curves/bounding box (see link below). What am I doing wrong? Curves are continuous. Bounding box min/max - shows correctly.
I’m stumped.
No clear solutions when searching.
Thanks in advance.
Hello,
I’ve tried various methods to set a crop box by curves/bounding box (see link below). What am I doing wrong? Curves are continuous. Bounding box min/max - shows correctly.
I’m stumped.
No clear solutions when searching.
Thanks in advance.
Hi @Dynamo_Ann ,
Could you perhaps share this script together with a sample Revit file?
I am not too sure why the 2nd node/approach does not work for you.
Also FYI: using the BoundingBox.ToCuboid node you can view the BoundingBox as Solid in Dynamo.
Hello @Daan
Thank you.
The cuboid helped me fix something else in the script (used Geometry.Translate at y instead of z) which meant the bounding box solid was 50 thick instead of 0, this meant that nothing was on the same plane. Have got the node in #3 working.
Thanks,
Ann