CADability dotNET

Overload List

  NameDescription
Public methodBorder(array<GeoPoint2D>[]()[][])
Initializes a new instance of the Border class
Public methodBorder(ICurve2D)
Initializes a new instance of the Border class
Public methodBorder(array<ICurve2D>[]()[][])
Constructs a Border from a list of ICurve2D objects. The objects must be in the correct order and must be continous, i.e. EndPoint of ICurve2D[i] must be equal to Startpoint of ICurve2D[i+1]. Equality refers to Precision.IsEqual(). It will be checked automatically, whether the border is closed and if so, it will be oriented counterclockwise.
Public methodBorder(Boolean%, array<ICurve2D>[]()[][])
Initializes a new instance of the Border class
Protected methodBorder(SerializationInfo, StreamingContext)
Constructor required by deserialization
Public methodBorder(array<ICurve2D>[]()[][], Boolean)
Create a border with the provided segments assumed to be in correct order and orientation. If forceConnected is true, the border will be closed.

See Also