Script: Create Grid

Create Grid picture
Type
Typescript logo indicatortypescript
Author
matas
Date Created
Jan 22, 2024, 7:15:09 PM
Last Edit Date
Jan 25, 2024, 3:40:58 PM

Project Information

This project contains demo scripts for TypeScript Monaco editor that are used as examples in the "Getting Started" section of the documentation.

View Full Project

Script Code

const start = async () => {
    const gridOptions = new Bit.Inputs.Draw.SceneDrawGridMeshDto();
    bitbybit.draw.drawGridMesh(gridOptions);
}

start();