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::IO::PecExport Class Reference

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...
 

Detailed Description

Allows to export entities to pCon Exchange Container (PEC).

Constructor & Destructor Documentation

X3g::Plugin::IO::PecExport::PecExport ( )

Initializes a new instance of PecExport class.

Member Function Documentation

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.

Property Documentation

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.