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::IVectorRenderer Class Reference

Vector Image Renderer. More...

Public Member Functions

IVectorImageRenderImage (int pWidth, int pHeight)
 Renders vector image of modelspace with given width and height. More...
 
IVectorImageRenderImage (int pWidth, int pHeight, ReadOnlyCollection< System::String^ >^pEntities)
 Renders vector image of modelspace entities with given width and height. More...
 

Properties

ICamera^  Camera [get]
 Camera parameters. More...
 
bool LineStyles
 Enables export of individual line styles. More...
 
bool HiddenLineRemoval
 Enables removal of hidden lines. More...
 

Detailed Description

Vector Image Renderer.

Member Function Documentation

X3g::Plugin::IVectorImage X3g::Plugin::IVectorRenderer::RenderImage ( int  pWidth,
int  pHeight 
)

Renders vector image of modelspace with given width and height.

X3g::Plugin::IVectorImage X3g::Plugin::IVectorRenderer::RenderImage ( int  pWidth,
int  pHeight,
ReadOnlyCollection< System::String^ >^  pEntities 
)

Renders vector image of modelspace entities with given width and height.

Property Documentation

ICamera^ X3g::Plugin::IVectorRenderer::Camera
get

Camera parameters.

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

bool X3g::Plugin::IVectorRenderer::HiddenLineRemoval

Enables removal of hidden lines.

bool X3g::Plugin::IVectorRenderer::LineStyles

Enables export of individual line styles.

Vector image will only have a default line style if property is disabled.