BuildingEnvelopeAnalyzer.Create
Method
Description:
Creates a new analyzer.
Creates a new analyzer.
Syntax
public static BuildingEnvelopeAnalyzer Create(
Document document,
BuildingEnvelopeAnalyzerOptions options
)
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The document that contains the physical model of the building. |
options | BuildingEnvelopeAnalyzerOptions | Options for the method analyzing the building elements for the building envelope. |
Return Value
Type | Description |
---|---|
BuildingEnvelopeAnalyzer | The created analyzer. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |