hexagon logo

How to insert dimension locations and specify advanced parameters?

dear bros:

insert/dimension/location->
now i wanna insert dimension location command(LOC1) which bind to my vector points(PNT1),how to make that come true.and how to set the advanced parameters?just like below:

==================
DIM LOC1
T 0.000
END OF DIMENSION LOC1
DIMINFO/LOC1; , , , , , ,$
, ;DEV, , , , , , , , ,$
T, , , , , , , , , , , , , , , , ,
==================
Parents
  • 1. Find out the name of the points to evaluate and maybe put them in an array (parse the part program).

    2. Make a for-loop that runs for the total number of points in the array and create the evaluation within the for-loop for the entire array.

    If you don't know how the code for the LOC-command looks like, find a part program that has the LOCation command exactly as you want it and export that as BASIC.
Reply
  • 1. Find out the name of the points to evaluate and maybe put them in an array (parse the part program).

    2. Make a for-loop that runs for the total number of points in the array and create the evaluation within the for-loop for the entire array.

    If you don't know how the code for the LOC-command looks like, find a part program that has the LOCation command exactly as you want it and export that as BASIC.
Children