Click or drag to resize

CoordinateSystem Class

Coordinate system.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V3.DescriptionCoordinateSystem

Namespace:  Emulate3D.FMI.V3.Description
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class CoordinateSystem : ElementBase

The CoordinateSystem type exposes the following members.

Properties
  NameDescription
Public propertySuggestedScalingFactorTo_mm
If non-null, suggested scaling factor.
Public propertyX1
Coordinate x1.
Public propertyX2
Coordinate x2.
Public propertyY1
Coordinate y1.
Public propertyY2
Coordinate y2.
Top
See Also