Click or drag to resize

IAnalysisModelLocalCoordinateSystemTransformationService Interface

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

Service that allows you to transform the model to use a different 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#
public interface IAnalysisModelLocalCoordinateSystemTransformationService

The IAnalysisModelLocalCoordinateSystemTransformationService type exposes the following members.

Methods
  NameDescription
Public methodTransform
Transforms the local coordinate system of the target model to the provided local coordinate system.
Top
See Also