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::Layout::ViewportItem Class Reference

Layout viewport item. More...

Inheritance diagram for X3g::Plugin::Layout::ViewportItem:
Inheritance graph
[legend]

Public Member Functions

void GetDimensions ([Out] double% pWidth,[Out] double% pHeight)
 Get dimensions of the ViewportItem. More...
 
void SetDimensions (double pWidth, double pHeight)
 Set dimensions of the ViewportItem. More...
 

Properties

ICamera^  Camera [get]
 Interface to camera parameters. More...
 
IRenderStyle^  RenderStyle [get, set]
 Rendering style. More...
 
- Properties inherited from X3g::Plugin::Layout::PageItem
GeVec2d Position [get, set]
 Position of this item. More...
 

Detailed Description

Layout viewport item.

Member Function Documentation

void X3g::Plugin::Layout::ViewportItem::GetDimensions ( [Out] double%  pWidth,
[Out] double%  pHeight 
)

Get dimensions of the ViewportItem.

void X3g::Plugin::Layout::ViewportItem::SetDimensions ( double  pWidth,
double  pHeight 
)

Set dimensions of the ViewportItem.

Property Documentation

ICamera^ X3g::Plugin::Layout::ViewportItem::Camera
get

Interface to camera parameters.

It's not allowed to assign another camera reference. Use ICamera::CopyFrom() instead.

IRenderStyle^ X3g::Plugin::Layout::ViewportItem::RenderStyle
getset

Rendering style.