shp2blk
I'm trying to use shp2blk from Express-tools.
Then I got this:
I'm using Platinum v19.2.14 rev 65424
Why/what to do?
Then I got this:
Select shape entity to convert:
Enter the name of the block to create <O6>:
WMFIN
This command is not yet supported.
I'm using Platinum v19.2.14 rev 65424
Why/what to do?
0
Comments
-
Not much you can do with no WMFIN, look for another shp to block lsp.
Just making sure not a Esri shape file.0 -
1st comment
; -------------------- BONUS WMFIN FUNCTION ---------------------
; This function runs WMFIN on the file FIL, scales the resulting
; vectors, explodes the insert and removes the outside frame.
; It returns a selection set of the entities brought in.
So if can work out at what point to stop and not invoke wmfin but rather build something from the "entities brought in"
I think it will be a case of looking very hard at the shp2blk code and stopping the continuous running. Breaking it into mini defuns.
Start here
; ----------------------------------------------------------------
; MAIN PROGRAM
; ----------------------------------------------------------------0