#include <Polyhedron.hpp>
Public Member Functions | |
Surface3d ()=default | |
Surface3d (std::vector< Point3d > t_vertices, std::string t_name="None") | |
Public Attributes | |
std::string | name |
std::vector< Point3d > | vertices |
|
default |
openstudio::Surface3d::Surface3d | ( | std::vector< Point3d > | t_vertices, |
std::string | t_name = "None" |
||
) |
std::string openstudio::Surface3d::name |
std::vector<Point3d> openstudio::Surface3d::vertices |