Drawing: Read a Drawing from a Manifold project.

Description Usage Arguments Value Examples

Description

Read a Drawing from a Manifold project.

Usage

1
Drawing(mapfile, dwgname, ...)

Arguments

mapfile

Manifold project file

dwgname

Drawing name to read

...

passed on to mfd_read_db

Value

Drawing returns a 'sf' object

Examples

1
2
3
4
5
mapfile <- system.file("extdata", "AreaDrawing.map", package = "manifoldr")
dwg  <- Drawing(mapfile, "Drawing")
## only lines
#dwg_sub <- Drawing(mapfile, WHERE = "WHERE [Type (I)] = 2")
#dwg_sub

mdsumner/manifoldr documentation built on May 22, 2019, 4:45 p.m.