Dear forum members, I need your help to solve two challenges in order to pass my entrance test.
- Create annotation family:
-
A text should have three options for alignment: left-aligned, right-aligned, centered.
-
A text also has multiple rows, the number of rows is not limited, the first row always lies on a line.
And here is one confusing moment. Experienced users may know that width of label can not follow line length and each individual case demands new family type. Is there a way to get the job done?
- The second task:
The drawing must be divided into equal squares. The number of rows and columns depends on sheet size and follows corresponding parameter. Each row and column must have a label (see the snippet on the second image).
For example:
-
A0: numbers from 1 to 11, letters from A to H
-
A1: numbers from 1 to 8, letters from A to F
It would be great if you have any ideas how to implement this in title block family! Thank you in advance!