Script: Wingtip Villa Example in TypeScript

Wingtip Villa Example in TypeScript picture
Type
Typescript logo indicatortypescript
Author
matas
Date Created
May 22, 2023, 6:00:17 PM
Last Edit Date
Dec 5, 2023, 6:35:20 PM

Project Information

In this category we show how "Things" can be used in various coding environments of our platform. You're just a few blocks away from the complete and complex 3D model. Be it TypeScript, Blockly or Rete - they all support it. Also you can choose to use "3D Models" category from our platform to just use our intuitive configurators for these models.

View Full Project

Script Code

start();

async function start() {
    const inputs = new Bit.Things.KidsCorner.BirdHouses.WingtipVilla.WingtipVillaDto();
    const res = await bitbybit.things.kidsCorner.birdhouses.wingtipVilla.create(inputs);
    await bitbybit.draw.drawAnyAsync({ entity: res });
}