<Code Lib>
2023 Method
Changes 0
M

ExporterIFCUtils.ComputeSubcomponents

Description:
Splits a roof or floor element composed of planar surfaces into a set of roughly vertical extruded loops of uniform depth if possible.

public static IList<HostObjectSubcomponentInfo> ComputeSubcomponents(
	HostObject roofOrFloor
)

Return Value IList<HostObjectSubcomponentInfo> A collection of computed components.

Loading…