dotVSON / GhXmlParser

API for parsing gh or ghx scripts for data
MIT License
0 stars 0 forks source link

πŸš€Populate Document Tables from XML #3

Open thekaushikls opened 9 months ago

thekaushikls commented 9 months ago

DESCRIPTION

To represent the Grasshopper file in the .VSON format, various elements need to be extracted from the .GHX file and stored in the below attributes of the VSON.Core.Document instance.

  1. ComponentTable
  2. ParameterTable
  3. WireTable


TASKS