Hatch Object Location

I’m trying to add callouts to various types of object with dynamo. This morning I’m trying to get a coordinate, any coordinate, relating to a hatch object so I can place a callout label with dynamo. I’ve done some googling but haven’t come up with anything.

Is there a way to get a hatch object’s coordinate in Dynamo?

In Revit, Element.Geometry should return the outline curves if I am not mistaken.

In Civil3D I think there is a node or two to pull geometry from hatches in the Civil3D toolkit.

Once you have the curves you can pull a point from one of them using a Cirve.PointAtParameter node, or build a curve loop, make a surface, and pull a point from the surface using a Surface.PointAtParameter node.

1 Like