Click or drag to resize

CurveGeometricalShape Enumeration

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

Supported shapes of curves

Namespace:  ModelExchanger.AnalysisDataModel.Enums
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public enum CurveGeometricalShape
Members
  Member nameValueDescription
Line0 Line, consists out of 2 points: A start point and an end point
Arc3P1 Arc consisting out of 3 points: A start point, a point through which the curve goes and an end point
CircleCP2 Circle consisting out of 2 points: A point which resembles the center of the circle and a point which is located on the circle itself
Circle3P3 Circle consisting out of 3 points: The circle passes through all 3 points
ParaArc4 Parabolic arc consisting out of 3 points: A start point, a point at which the tangent slope is zero and an end point
Bezier5 Bezier consisting out of 4 points: A start point, 2 points outside of the curve and an end point
Spline6 Spline consisting out of a variable amount of points (at least 2)
Polyline7 Curve consists out of multiple other curves, each having their own geometrical shape and number of points
See Also