Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to draw a strict geometric image
#3
Your best bet is to use guides to mark where you want specific anchors so that the path snap to these.

If you have the coordinates as the output from some other application, I have a script to create a path from coordinates in a CSV file.

Over the years I have written many scripts to help me make geometric paths, in particular my ofn-path-to-shape script. It uses simple paths (usually a single segment) as input and constructs the shape using the anchors of the input path as reference points. For instance to create your triangle:

  1. Create a single segment which is the base
  2. Use the script to make a square (polygone with 4 sides) using the segment anchors as reference points
  3. Delete the anchor in the fourth corner
   
Reply


Messages In This Thread
How to draw a strict geometric image - by Ilmu011 - 03-10-2021, 02:49 PM
RE: How to draw a strict geometric image - by Ofnuts - 03-10-2021, 05:32 PM

Forum Jump: