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

Allows to export entities in glTF format. More...

Public Member Functions

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

Properties

AcisQuality AcisQuality
 ACIS vectorization quality setting. More...
 
bool DuplicateDoubleSided
 Duplicate double sided faces. More...
 
GltfFormatVersion FormatVersion
 glTF format version. More...
 
int MaxTextureSize
 Defines max texture resolution. More...
 

Detailed Description

Allows to export entities in glTF format.

Constructor & Destructor Documentation

X3g::Plugin::IO::GltfExport::GltfExport ( )

Initializes a new instance of GltfExport class.

Member Function Documentation

void X3g::Plugin::IO::GltfExport::ExportDocument ( String pFileName)

Exports document modelspace to file in glTF format.

void X3g::Plugin::IO::GltfExport::ExportEntities ( String pFileName,
IEnumerable< DbEntity^ >^  pEntities 
)

Exports given entities to file in glTF format.

Property Documentation

AcisQuality X3g::Plugin::IO::GltfExport::AcisQuality

ACIS vectorization quality setting.

bool X3g::Plugin::IO::GltfExport::DuplicateDoubleSided

Duplicate double sided faces.

GltfFormatVersion X3g::Plugin::IO::GltfExport::FormatVersion

glTF format version.

int X3g::Plugin::IO::GltfExport::MaxTextureSize

Defines max texture resolution.