![]() |
pCon.planner Plugin SDK
Version 8.9
|
Obj export parameters. More...
Public Attributes | |
AcisQuality | AcisQuality |
ACIS vectorization quality setting. More... | |
double | DefaultNormalSmoothness |
Default normal smoothness. More... | |
ReadOnlyCollection< String^ >^ | Entities |
List of model space entities which should be exported. More... | |
bool | DuplicateDoubleSided |
Duplicate double sided faces. More... | |
bool | AlwaysExportUVs |
If true, export UV coordinates even if there's no textured material. More... | |
bool | NoMaterials |
If true, don't export materials. More... | |
ObjOrientation | Orientation |
Orientation of the exported coordinates. More... | |
String^ | Block |
Name of the Block which should be exported. More... | |
Obj export parameters.
An example initialisation would look like:
var exportParams = new ExportObjParams { AcisQuality = AcisQuality.Medium, DefaultNormalSmoothness = 19.8, Entities = null, DuplicateDoubleSided = false, AlwaysExportUVs = true, NoMaterials = false, Orientation = ObjOrientation.Y_Up, Block = null };
AcisQuality X3g::Plugin::ExportObjParams::AcisQuality |
ACIS vectorization quality setting.
bool X3g::Plugin::ExportObjParams::AlwaysExportUVs |
If true, export UV coordinates even if there's no textured material.
String ^ X3g::Plugin::ExportObjParams::Block |
double X3g::Plugin::ExportObjParams::DefaultNormalSmoothness |
Default normal smoothness.
bool X3g::Plugin::ExportObjParams::DuplicateDoubleSided |
Duplicate double sided faces.
ReadOnlyCollection<String^> ^ X3g::Plugin::ExportObjParams::Entities |
bool X3g::Plugin::ExportObjParams::NoMaterials |
If true, don't export materials.
ObjOrientation X3g::Plugin::ExportObjParams::Orientation |
Orientation of the exported coordinates.