A3DRWParamsExport3mfData
-
struct
A3DRWParamsExport3mfData Specifies parameters used to write the model file to 3MF format.
Variables
-
A3DBool
A3DRWParamsExport3mfData.m_bKeepCurrentTessellation -
if``A3D_TRUE``, keep tessellation of the B-rep, otherwise retessellate B-rep using m_sTessellation.
-
A3DRWParamsTessellationData
A3DRWParamsExport3mfData.m_sTessellation -
Specifies the tessellation parameters.
Used when no tessellation is present or if m_bKeepCurrentTessellation is``A3D_FALSE``.
-
A3DUTF8Char *
A3DRWParamsExport3mfData.m_pcDescription -
Description (will be reported in the output file as metadata).
-
A3DUTF8Char *
A3DRWParamsExport3mfData.m_pcCopyright -
Copyright; (will be reported in the output file as metadata).
-
A3DUTF8Char *
A3DRWParamsExport3mfData.m_pcLicenseTerms -
License Terms (will be reported in the output file as metadata).