Click or drag to resize

Point2D Constructor (Length, Length)

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

Create a 2D point with given X and Y coordinate

Namespace:  ModelExchanger.AnalysisDataModel.Subtypes.CrossSectionShape
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public Point2D(
	Length coordinateX,
	Length coordinateY
)

Parameters

coordinateX
Type: Length
The value of the X coordinate
coordinateY
Type: Length
The value of the Y coordinate
See Also