RVTDocs.com

ExporterIFCUtils.GetGlobal3DDirectionHandles

Method
Description:
Obtains the handles representing the cardinal directions in 3D.
Syntax
public static IList<IFCAnyHandle> GetGlobal3DDirectionHandles(
	bool positive
)
Parameters
Parameter Type Description
positive Boolean True if the handles returned should be in the positive direction, false if the handles should be in the negative direction.
Return Value
Type Description
IList The collection of handles.