Click or drag to resize

IAreaCalculationServiceCalculateAreas Method

[This is preliminary documentation and is subject to change.]

Calculates the Area property of objects that implement the IHasArea interface.

Namespace:  ModelExchanger.AnalysisDataModel.Contracts
Assembly:  ModelExchanger.AnalysisDataModel.Contracts (in ModelExchanger.AnalysisDataModel.Contracts.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
void CalculateAreas(
	AnalysisModel model,
	CalculationControl calculationControl = CalculationControl.Default
)

Parameters

model
Type: ModelExchanger.AnalysisDataModel.ModelsAnalysisModel
The model to process
calculationControl (Optional)
Type: ModelExchanger.AnalysisDataModel.ContractsCalculationControl
Controls the calculation. By default, will re-calculate the length even if it has a value
See Also