ExporterIFCUtils.GetRoomBoundaryAsCurveLoopArray
Description:
Obtains the spatial element boundary curves as an array of CurveLoops, needed for processing into IFC-specific elements later.
Obtains the spatial element boundary curves as an array of CurveLoops, needed for processing into IFC-specific elements later.
public static IList<CurveLoop> GetRoomBoundaryAsCurveLoopArray(
SpatialElement spatialElement,
SpatialElementBoundaryOptions options,
bool cleanCurves
)
-
spatialElementThe spatial element.
-
optionsThe options for extraction of the boundaries.
-
cleanCurvesIf true, curves will be trimmed to meet their neighbors. If false, no trimming will take place.
-
A non-optional argument was NULL
-
Unable to get boundary curve loops for the spatial element.