STLExportOptionsExportColor Property

True to export color information, false otherwise. Default value is false.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool ExportColor { get; set; }

Property Value

Boolean
Remarks
Color information can be exported only in binary STL format, in the case of ASCII STL format this property will be ignored.
See Also