Skip to content

il-se/IlseDynamo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IlseDynamo

An utility collection of Dynamo nodes wrapping repetitive tasks of some authoring tools in AEC.

GGUStratig Nodes

DrillingProbes

Read and transform data of drilling probes given as GGUStratic XML files. The script will read an example and transfer the data to an Excel sheet wrapping soil layers into columns while storing each probe as a new row.

Example Dynamo file: GGU-Data-Export-Excel.dyn

GGU-Data-Export-Excel.dyn

Allplan Nodes

AttributeDefinition

  • Reading Allplan's local attribute definition schema
  • Merging, diffing and dumping definition data to data matrixes

Example Dynamo file: AllplanAttributeCollection-Example.dyn

AllplanAttributeCollection-Example.png

AttributeFavourite

  • Reading Allplan's local attribute favourite files (atfanfx - extension)
  • Resolving against attribute definition
  • Modifying favourites
  • Saving and dumping to data matrixes (i.e. for reporting)

Example Dynamo file: AllplanAttributeFavourite-Example.dyn

AllplanAttributeFavourite-Example.png

AttributeLevel and AttributeMatrix

Those are custom nodes which wrap a Level-Of-Information concept. Basically LoI is a cumulative aggregation of attributes associated to a numerical level. Higher levels will include lower levels. A LoI matrix wraps a table of attributes referring to their "first occurance" level.

  • Reading/importing LOI definition (minimum LOI and attribute name)
  • Resolving against definition and favourites
  • Creating attribute favourites based on specific LOI level

Example Dynamo file: AllplanAttributeLevel-Example.dyn

AllplanAttributeLevel-Example.png

Releases

No releases published

Packages

No packages published

Languages