pCon.planner Plugin SDK  Version 8.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | List of all members
X3g::Plugin::IO::RgfxExport Class Reference

Allows to export entities in revit exchange format (rgfx). More...

Public Member Functions

 RgfxExport ()
 Initializes a new instance of RgfxExport class. More...
 
int ExportDocument (String^ pFileName)
 Exports document modelspace to file in rgfx format. More...
 
int ExportEntities (String^ pFileName, IEnumerable< DbEntity^ >^pEntities)
 Exports given entities to file in rgfx format. More...
 

Detailed Description

Allows to export entities in revit exchange format (rgfx).

Constructor & Destructor Documentation

X3g::Plugin::IO::RgfxExport::RgfxExport ( )

Initializes a new instance of RgfxExport class.

Member Function Documentation

int X3g::Plugin::IO::RgfxExport::ExportDocument ( String pFileName)

Exports document modelspace to file in rgfx format.

Returns
Returns number of exported main articles.
int X3g::Plugin::IO::RgfxExport::ExportEntities ( String pFileName,
IEnumerable< DbEntity^ >^  pEntities 
)

Exports given entities to file in rgfx format.

Returns
Returns number of exported main articles.