Message 1 of 12
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I'm trying to amend the waterdrop command to set the layer and width of the 2d polyline it creates.
The layer changes ok, but the plinewid variabe doesnt apply to the polyline created.
Any ideas?
Thanks in advance!
(command "_.undefine" "AeccCreateSurfaceWaterDrop")
(defun C:AeccCreateSurfaceWaterDrop () (setvar 'clayer "Surface Water Flow Path") (setvar 'plinewid 0.1) (command "_.AeccCreateSurfaceWaterDrop"))
Solved! Go to Solution.