2027 Method
Changes 0
M

IFCGeometryInfo.CreateFaceGeometryInfo

Description:
Creates a new container object which holds IfcFace handles processed from a Revit geometry object.
Overloads (3):
public static IFCGeometryInfo CreateFaceGeometryInfo(
	double epsilon,
	bool isCoarse
)
  • Double
    epsilon
    The epsilon value used to process surfaces.
  • Boolean
    isCoarse
    Indicates whether we should use a coarse representation.
Return Value IFCGeometryInfo The new geometry info container.