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):
CreateFaceGeometryInfo(ExporterIFC,Plane,XYZ,Double,Boolean)
public static IFCGeometryInfo CreateFaceGeometryInfo(
	ExporterIFC ExporterIFC,
	Plane Plane,
	XYZ ProjDir,
	double epsilon,
	bool createRepresentations
)
  • ExporterIFC
    The exporter.
  • Plane
    The plane in which the face handles must lie.
  • ProjDir
    The normal vector to the input plane.
  • Double
    epsilon
    The epsilon value used to process surfaces.
  • Boolean
    createRepresentations
    Indicates if this should also create geometry representation handles.
Return Value IFCGeometryInfo The new geometry info container.