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

A ceiling. More...

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

Public Member Functions

 Ceiling (array< GeVec2d >^pVertices, double pElevation)
 Creates a Ceiling at specified elevation with the specified vertices. More...
 
array< GeVec2d >^ GetVertices ()
 Returns the vertices of this ceiling. More...
 

Properties

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

Detailed Description

A ceiling.

Constructor & Destructor Documentation

X3g::Plugin::Room::Ceiling::Ceiling ( array< GeVec2d >^  pVertices,
double  pElevation 
)

Creates a Ceiling at specified elevation with the specified vertices.

Member Function Documentation

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

Returns the vertices of this ceiling.

Property Documentation

double X3g::Plugin::Room::Ceiling::Elevation
get

Returns the elevation of this ceiling.

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

Unqiue id of this ceiling within the current document.

double X3g::Plugin::Room::Ceiling::Thickness
getset

Returns the thickness of this ceiling.