OpenRoads Designer CONNECT Edition SDK Help

CollectOuterLoops Method

Builds a larger closed areas from a set of closed, possibly adjacent areas.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  List<List<DPoint3d>>CollectOuterLoops( List<List<DPoint3d>> areas)

Parameters

SettingDescription
  ((DPoint3d))  

Return Value

((DPoint3d)) The set of larger closed areas

See Also