RVTDocs.com

IFCGeometryInfo.CreateFaceGeometryInfo(Double, Boolean)

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