pCon.planner Plugin SDK  Version 8.8.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
X3g::Plugin::Room::Floor Class Reference

A Floor. More...

Inheritance diagram for X3g::Plugin::Room::Floor:
Inheritance graph
[legend]

Public Member Functions

 Floor (array< GeVec2d >^pVertices)
 Creates a floor within the current document. More...
 
array< GeVec2d >^ GetVertices ()
 Returns the vertices of this floor. More...
 

Properties

String^  Id [get]
 Unqiue id of this floor within the current document. More...
 
double Elevation [get]
 Returns the elevation of this floor. More...
 
- Properties inherited from X3g::Plugin::Room::RoomEntity
String^  Id [get]
 Unqiue id of the entity within the current document. More...
 

Detailed Description

A Floor.

Constructor & Destructor Documentation

X3g::Plugin::Room::Floor::Floor ( array< GeVec2d >^  pVertices)

Creates a floor within the current document.

Member Function Documentation

array< GeVec2d > X3g::Plugin::Room::Floor::GetVertices ( )

Returns the vertices of this floor.

Property Documentation

double X3g::Plugin::Room::Floor::Elevation
get

Returns the elevation of this floor.

String^ X3g::Plugin::Room::Floor::Id
get

Unqiue id of this floor within the current document.