OpenStudio:utilities
Loading...
Searching...
No Matches
openstudio::ThreeSceneObject Class Reference

#include <ThreeJS.hpp>

Public Member Functions

std::vector< ThreeSceneChildchildren () const
 
std::vector< double > matrix () const
 
 ThreeSceneObject (const std::string &uuid, const std::vector< ThreeSceneChild > &children)
 
std::string type () const
 
std::string uuid () const
 

Detailed Description

ThreeSceneObject is the root object in a ThreeScene.

Constructor & Destructor Documentation

◆ ThreeSceneObject()

openstudio::ThreeSceneObject::ThreeSceneObject ( const std::string & uuid,
const std::vector< ThreeSceneChild > & children )

Member Function Documentation

◆ children()

std::vector< ThreeSceneChild > openstudio::ThreeSceneObject::children ( ) const

◆ matrix()

std::vector< double > openstudio::ThreeSceneObject::matrix ( ) const

◆ type()

std::string openstudio::ThreeSceneObject::type ( ) const

◆ uuid()

std::string openstudio::ThreeSceneObject::uuid ( ) const