![]() |
pCon.planner Plugin SDK
Version 8.8.1
|
Allows to export entities to pCon Exchange Container (PEC). More...
Public Member Functions | |
PecExport () | |
Initializes a new instance of PecExport class. More... | |
void | ExportDocument (Stream^ pStream) |
Exports document modelspace to PEC format. More... | |
void | ExportEntities (Stream^ pStream, IEnumerable< DbEntity^ >^pEntities) |
Exports given entities to PEC format. More... | |
Properties | |
AcisQuality | AcisQuality |
ACIS vectorization quality setting. More... | |
int | MaxTextureSize |
Defines max texture resolution. More... | |
bool | ExportDwg |
true if dwg file is to be exported. More... | |
Allows to export entities to pCon Exchange Container (PEC).
X3g::Plugin::IO::PecExport::PecExport | ( | ) |
Initializes a new instance of PecExport class.
void X3g::Plugin::IO::PecExport::ExportDocument | ( | Stream^ | pStream) |
Exports document modelspace to PEC format.
void X3g::Plugin::IO::PecExport::ExportEntities | ( | Stream^ | pStream, |
IEnumerable< DbEntity^ >^ | pEntities | ||
) |
Exports given entities to PEC format.
AcisQuality X3g::Plugin::IO::PecExport::AcisQuality |
ACIS vectorization quality setting.
bool X3g::Plugin::IO::PecExport::ExportDwg |
true if dwg file is to be exported.
int X3g::Plugin::IO::PecExport::MaxTextureSize |
Defines max texture resolution.