MassGBXMLExportOptions
Description:
Options used when exporting a gbXML file from a mass model document.
Options used when exporting a gbXML file from a mass model document.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Analysis.MassGBXMLExportOptions
System.Object
Autodesk.Revit.DB.Analysis.MassGBXMLExportOptions
[ObsoleteAttribute("This class is deprecated in Revit 2023 and may be removed in a later version of Revit. We suggest you use the 'GBXMLExportOptions' class instead.")]
public class MassGBXMLExportOptions : IDisposable
| Name | Return Type | Description |
|---|---|---|
| MassGBXMLExportOptions(IList<ElementId>) | None | Constructs a new instance of the options used to export a mass model to gbXML. |
| MassGBXMLExportOptions(IList<ElementId>, IList<ElementId>) | None | Constructs a new instance of the options used to export a mass model to gbXML. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetMassIds() | IList<ElementId> | Gets a list of masses to use as shading surfaces in the exported gbXML--these masses must not have mass floors or mass zones so as not to end up with duplicate surface information in the gbXML output. |
| GetMassZoneIds() | IList<ElementId> | Gets a list of mass zones to analyze in the exported gbXML. |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |