![]() |
pCon.planner Plugin SDK
Version 8.8.1
|
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... | |
Allows to export entities in glTF format.
X3g::Plugin::IO::GltfExport::GltfExport | ( | ) |
Initializes a new instance of GltfExport class.
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.
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.