Auto Dimension in Assembly Views

Update:

I’ve finished the element and host selection.

Also i can determine in what pattern the elements are placed. This way i know in what directions i’d need to create dimensions.

The next step would be to find all the HostElement’s faces and sort them into horizontal/vertical faces and then sort them on coordinates. The end result would be 2 lists;

  1. horizontal faces sorted from top to bottom of the element
  2. vertical faces sorted from left to right of the element

I’ve found these nodes from this topic: Dimension from faces of an Element
Hopefully these will help for the second step.

1 Like