2027 Method
Changes 8
M

ExporterIFCUtils.GetGlobal3DDirectionHandles

Description:
Obtains the handles representing the cardinal directions in 3D.
[ObsoleteAttribute("This function is deprecated in Revit 2027.  Get one direction handle at a time.")]
public static IList<IFCAnyHandle> GetGlobal3DDirectionHandles(
	bool positive
)
  • Boolean
    positive
    True if the handles returned should be in the positive direction, false if the handles should be in the negative direction.
Return Value IList<IFCAnyHandle> The collection of handles.