OpenStudio:utilities
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
openstudio::ThreeSceneChild Class Reference

#include <ThreeJS.hpp>

Public Member Functions

std::string geometry () const
 
std::string material () const
 
std::vector< double > matrix () const
 
std::string name () const
 
 ThreeSceneChild (const std::string &uuid, const std::string &name, const std::string &type, const std::string &geometryId, const std::string &materialId, const ThreeUserData &userData)
 
std::string type () const
 
ThreeUserData userData () const
 
std::string uuid () const
 

Detailed Description

ThreeSceneChild is a child object of a ThreeSceneObject.

Constructor & Destructor Documentation

openstudio::ThreeSceneChild::ThreeSceneChild ( const std::string &  uuid,
const std::string &  name,
const std::string &  type,
const std::string &  geometryId,
const std::string &  materialId,
const ThreeUserData userData 
)

Member Function Documentation

std::string openstudio::ThreeSceneChild::geometry ( ) const
std::string openstudio::ThreeSceneChild::material ( ) const
std::vector<double> openstudio::ThreeSceneChild::matrix ( ) const
std::string openstudio::ThreeSceneChild::name ( ) const
std::string openstudio::ThreeSceneChild::type ( ) const
ThreeUserData openstudio::ThreeSceneChild::userData ( ) const
std::string openstudio::ThreeSceneChild::uuid ( ) const