Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

LineTerra

Guides

  • LineTerra

Symbols

  • ImportLAS
  • ImportLAZ
  • LAZtoLAS
  • LineTerra
  • LineTerraNewProject
  • LT3DView
  • LTAddStratum
  • LTAlignmentGraphics
  • LTAllRoadIntersections
  • LTArcGeometry
  • LTBakePolygon
  • LTBakeRoad
  • LTBezierGeometry
  • LTChainages
  • LTCombinedView
  • LTCombinedViewXS
  • LTConvertToGrid
  • LTCoordsToClipboard
  • LTCorridorGeographicPlot
  • LTCorridorLongSection
  • LTCorridorMultiSection
  • LTCorridorPanel
  • LTCorridorSection
  • LTCorridorView
  • LTCorridorWarpedBasemap
  • LTDesignZCurved
  • LTDesignZ
  • LTEPSGToZone
  • LTExpandAlignment
  • LTExportAlignment
  • LTExportCoords
  • LTExportEarthwork
  • LTExportPlanDXF
  • LTExportPlan
  • LTExportProfile
  • LTExportSectionsDXF
  • LTExportSectionsNB
  • LTExportSections
  • LTFindRoadIntersection
  • LTGeoElevContours
  • LTGeoGraphicsOverlay
  • LTGeoMapWithContours
  • LTGrade
  • LTGreatCircle
  • LTGridToLatLon
  • LTGroundZ
  • LTHelmertShiftLL
  • LTLatLonToGrid
  • LTLatLonToOSGB36
  • LTLatLonToUTM
  • LTLatLonToXY
  • LTLoadCorridor
  • LTLoadGeoElevationLL
  • LTLoadGeoElevation
  • LTLoadGeoTIFFMosaic
  • LTLoadGeoTIFF
  • LTLoadLAZMosaic
  • LTLoadLAZTerrain
  • LTLoadProject
  • LTLoadStratum
  • LTLoadXYZ
  • LTMarkAllIntersections
  • LTMetresToAngDeg
  • LTOSGB36ToLatLon
  • LTOSGB36ToWGS84Datum
  • LTOtherRoadsGraphics
  • LTOverlayPhotoInteractive
  • LTOverlayPhoto
  • LTPlanContours
  • LTPointAtChainage
  • LTPolygonQuantities
  • LTRefineTerrain
  • LTSampleGroundProfile
  • LTSampleStratumProfile
  • LTSaveProject
  • LTTerrainContourPreview
  • LTTerrainSourcePanel
  • LTUTMToLatLon
  • LTUTMZone
  • LTWaypointsToXY
  • LTWGS84ToOSGB36Datum
  • LTXSEarthwork
  • LTXSTemplates
  • LTXSView
  • LTXSWithWorks
  • LTXYToLatLon
  • LTXYZPointOverlay
  • $LTEarthRadius
  • $LTState
MalcolmWoodruff`LineTerra`
LTExportPlanDXF
​
LTExportPlanDXF[]
exports the current plan to LT_Plan.dxf.
​
​
LTExportPlanDXF[file,spacing]
writes to file with contours at the given spacing. Coordinates are true scale -- one drawing unit is one metre -- and geometry is separated onto the layers ALIGNMENT, CONTOURS, CHAINAGE_TICKS and SCALE_BAR. No TEXT entities are written, so the file re-imports into the Wolfram Language.
​
Details and Options
▪
Coordinates are written in real-world metres: one drawing unit is one metre, so measuring in a CAD package gives the true dimension directly. There is no drawing scale to set, unlike the PDF section export.
▪
No TEXT entities are ever written. Import[..., "DXF"] fails the entire file with $Failed the moment it meets a bare TEXT entity, even one sitting alongside valid geometry, and re-opening an exported DXF in the Wolfram Language is a normal workflow here.
▪
Geometry is identified by layer instead: ALIGNMENT, CONTOURS, CHAINAGE_TICKS and SCALE_BAR.
▪
CHAINAGE_TICKS carries short marks crossing the alignment perpendicular to its direction of travel, at a round interval auto-chosen for roughly 8 to 20 ticks along the whole alignment, with a taller tick every fifth one.
▪
SCALE_BAR is a single reference line of an exact, round real-world length with end ticks, placed clear of the drawing, so measuring it is an unambiguous check on scale.
▪
The file declares itself as DXF R12, AC1009, and uses the POLYLINE/VERTEX/SEQEND entity chain rather than LWPOLYLINE. This is deliberate: LWPOLYLINE needs at least R14, and a file declaring a modern version such as AC1015 is expected by strict ODA-based readers, which is what Vectorworks and many other packages use, to also carry entity handles, a BLOCK_RECORD table and populated BLOCKS and OBJECTS sections. R12 has no such requirements, making it the most broadly compatible variant available.
Examples  
(0)
SeeAlso
LTExportPlan
 
▪
LTExportSectionsDXF
""

© 2026 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com