

Terrain - Similar to Solid Modeling, no parsing is done on terrain data.Further work is needed to understand the format of solid modeling data and support it through the use of strongly typed properties on Instance classes. Solid Modeling - Currently, solid modeling data is supported only through unmanaged properties (no parsing is done).ContributeĬontributions are welcome! If you're not inclined to dig into the code yourself, but encounter an issue, feel free to submit an issue using the GitHub issue tracker. Clone the repository locally and build it using the solution file. To compile it, you will need Visual Studio. Parent = workspace // Setting the parent property automatically adds the instance as a child of the parent Add (workspace ) var model = new Model ( )

Var doc = new RobloxDocument ( ) var workspace = new Workspace ( ) ĭoc.
