Hi there,
I’m finding out a solution to automate the architecture analysis over the urban restrictions.
I’m making my firsts steps on Dynamo so probably I will be full of rookie mistakes.
I’ve got only two elements in Revit, one of them is the boundary of the plot and the other is a Mass which represents the neighbours buildings. The urban check I want to test is the offset to the boundaries, which in some cases it is different from public to private boundaries.
So I’ve created a Dynamo routine which creates me two differents offsets, But I want to intersect these two lines and extrude the surface that rest inside of them. Hope the picture help you guys to understand what I’m looking for.
My idea was to trim the lines with “Curve.TrimInteriorByParameter” (Previously I’ve found the parameters through the intersect points between two lines), but there is a warning with the node which says “Param Trim Interior Not Implemented”.
Yellow line= represent offset to private boundary
Green line= represent offset to public boundary
Blue surface= represent the area I want to extrude
Does anybody know how to fix the warning or have you any other routine which would be better than mine?
Regards!!