Point2D Constructor (Double, Double, LengthUnit) |
[This is preliminary documentation and is subject to change.]
Create a 2D point with given X and Y coordinate values in the given length unit
Namespace:
ModelExchanger.AnalysisDataModel.Subtypes.CrossSectionShape
Assembly:
ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax public Point2D(
double coordinateX,
double coordinateY,
LengthUnit unit
)
Parameters
- coordinateX
- Type: SystemDouble
The value of the X coordinate - coordinateY
- Type: SystemDouble
The value of the Y coordinate - unit
- Type: LengthUnit
The kind of length unit to use
See Also