![]() |
pCon.planner Plugin SDK
Version 8.9
|
Vector Image Renderer. More...
Public Member Functions | |
IVectorImage^ | RenderImage (int pWidth, int pHeight) |
Renders vector image of modelspace with given width and height. More... | |
IVectorImage^ | RenderImage (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... | |
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.
Supported for top-level entities only.
|
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.