RVTDocs.com

IFCGeometryInfo.CreateFaceGeometryInfo(ExporterIFC, Plane, XYZ, Double, Boolean)

Method
Description:
Creates a new container object which holds IfcFace handles processed from a Revit geometry object.
Syntax
public static IFCGeometryInfo CreateFaceGeometryInfo(
	ExporterIFC ExporterIFC,
	Plane Plane,
	XYZ ProjDir,
	double epsilon,
	bool createRepresentations
)
Parameters
Parameter Type Description
ExporterIFC ExporterIFC The exporter.
Plane Plane The plane in which the face handles must lie.
ProjDir XYZ The normal vector to the input plane.
epsilon Double The epsilon value used to process surfaces.
createRepresentations Boolean Indicates if this should also create geometry representation handles.
Return Value
Type Description
IFCGeometryInfo The new geometry info container.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null