Click or drag to resize

IAnalysisModelLocalCoordinateSystemTransformationServiceTransform Method

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

Transforms the local coordinate system of the target model to the provided local coordinate system.

Namespace:  ModelExchanger.AnalysisDataModel.Contracts
Assembly:  ModelExchanger.AnalysisDataModel.Contracts (in ModelExchanger.AnalysisDataModel.Contracts.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
void Transform(
	AnalysisModel target,
	LocalCoordinateSystem newLocalCoordinateSystem
)

Parameters

target
Type: ModelExchanger.AnalysisDataModel.ModelsAnalysisModel
The model who's local coordinate system needs to be transformed
newLocalCoordinateSystem
Type: ModelExchanger.AnalysisDataModel.EnumsLocalCoordinateSystem
The target local coordinate system

Return Value

Type: 
An updated analysis model that has its local coordinate system updated
See Also