|
Stretch Fence with two clicks
place fence block;%d;%d;fence stretch
Place Point on Curve at 50 and set attributes
lv=60;wt=10;co=3;construct point distance 50;snap intersection
Place Fence by plot shape and launch IPLOT
macro plotfence;iplot
Place Match line Perpendicular from point and set attributes
lv=10;wt=1;co=0;lc=pp-match; construct line aa icon;aa=90
Rotate View by Two Points and Place Clip Frame Cell
rotate view extended;%d;%d;ac=cffull;aa=0;place cell icon
Rotate View by Two Points and Place Clip Frame Cell then make Delete active tool
rotate view extended;%d;%d;ac=cffull;aa=0;place cell icon;%d;delete
Place 1300 foot radius circle and Rotate View, then place Clip Frame Cell then Delete Circle
place circle radius 1300;%d;rotate view extended;%d;%d;ac=cffull;aa=0;as=1;place cell icon;%d;delete
|