<Code Lib>
2024 Method
Changes 0
M

IFCGeometryInfo.CreateFaceGeometryInfo(Double)

Description:
Creates a new container object which holds IfcFace handles processed from a Revit geometry object.
Overloads (3):

public static IFCGeometryInfo CreateFaceGeometryInfo(
	double epsilon
)

  • Double
    epsilon
    The epsilon value used to process surfaces.
Return Value IFCGeometryInfo The new geometry info container.

Loading…