A3DRWParamsExport3mfData Struct Reference
A structure that specifies parameters used to write the model file to 3MF format. More...
Data Fields | |
A3DBool | m_bKeepCurrentTessellation |
A3DUTF8Char * | m_pcCopyright |
A3DUTF8Char * | m_pcDescription |
A3DUTF8Char * | m_pcLicenseTerms |
A3DRWParamsTessellationData | m_sTessellation |
Detailed Description
A structure that specifies parameters used to write the model file to 3MF format.
- Version
- 10.0
Field Documentation
◆ m_bKeepCurrentTessellation
A3DBool A3DRWParamsExport3mfData::m_bKeepCurrentTessellation |
if true, keep thesellation of the Brep , otherwise retessallate BRep using m_sTessellation.
◆ m_sTessellation
A3DRWParamsTessellationData A3DRWParamsExport3mfData::m_sTessellation |
Specifies the tessellation parameters. Used when no tessellation is present or if m_bKeepCurrentTessellation is false.
◆ m_pcDescription
A3DUTF8Char* A3DRWParamsExport3mfData::m_pcDescription |
Description (will be reported in the output file as metadata).
◆ m_pcCopyright
A3DUTF8Char* A3DRWParamsExport3mfData::m_pcCopyright |
Copyright; (will be reported in the output file as metadata).
◆ m_pcLicenseTerms
A3DUTF8Char* A3DRWParamsExport3mfData::m_pcLicenseTerms |
License Terms (will be reported in the output file as metadata).