CADability dotNET

Overload List

  NameDescription
Public methodSet(array<ICurve>[]()[][])
Makes this path represent the given list if all objects in that list are properly oriented and connected. If the objects do not connect, false will be returned and this path remains unchanged.
Public methodSet(GeoObjectList, Boolean, Double)
Takes a list of unsorted and unoriented geoobjects and tries to put them together to a connected path. All previously contained segments are removed. All objects of the list, that are used in this path will be removed from their owner (see Owner). To avoid objects bee removed from their owner (e.g. Model or Block) use a list of cloned GeoObjects (CloneObjects()()()()).

See Also