DynaMind-ToolBox
0.10.6
  • Overview
  • Install and Run
  • A Quick Introduction to the DynaMind GUI
  • DynaMind
  • DynaMind Python API
  • DynaMind GUI
  • Standard Modules
    • Data Import and Export
    • Linking
      • Spatial Linking
      • Link with Identifier
      • Link Nearest Neighbour
      • Link Adjacent Faces
        • Parameter
        • Data-stream
        • Module Name
        • Sample Code for Python Simulation
    • Data Handling
    • Geometry Processing
    • Workflow Control
  • City Modules
  • CityDrain3
  • DynaMind Commandline
DynaMind-ToolBox
  • Docs »
  • Standard Modules »
  • Link Adjacent Faces
  • View page source

Link Adjacent Faces¶

Creates a new table that links a faces to all its adjacent faces.

Parameter¶

Name Type Description
view_name STRING source nodes
neigh_name STRING view name of the link table
onlyShareEdge BOOL don’t include as neighbourhood when have only a common node (Neumann)

Data-stream¶

View Attribute Type Access Description
view_name   FACE read  
         
neigh_name   COMPONENT write  
  view_name_id1 INT write  
  view_name_id2 INT write  

Module Name¶

GDALCreateNeighbourhoodTable

Sample Code for Python Simulation¶

neigh = sim.add_module('GDALCreateNeighbourhoodTable',
                           {'view_name': 'parcel',
                            'neigh_name': 'parcel_neigh'},
                           parcels)
Next Previous

© Copyright 2014-2016, Christian Urich, Michael Mair.

Built with Sphinx using a theme provided by Read the Docs.