ModelExchanger AnalysisDataModel (ADM) documentation
ModelExchanger AnalysisDataModel (ADM) documentation
API Reference
Infrastructure Namespaces
Infrastructure.Geometry.Curves
Line Class
Line Constructor
Line Constructor (IEnumerable(Point))
Line Constructor (Point, Point)
Line Constructor (Point, Point)
[This is preliminary documentation and is subject to change.]
Create a new line using the given start and end point
Namespace:
Infrastructure.Geometry.Curves
Assembly:
Infrastructure.Geometry (in Infrastructure.Geometry.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
Copy
public
Line
(
Point
start
,
Point
end
)
Parameters
start
Type:
Infrastructure.Geometry
Point
The start point of the line
end
Type:
Infrastructure.Geometry
Point
The end point of the line
See Also
Reference
Line Class
Line Overload
Infrastructure.Geometry.Curves Namespace
Send comments on this topic to
Dirk Schuermans