Creates a new container object which holds IfcFace handles processed from a Revit geometry object.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IFCGeometryInfo CreateFaceGeometryInfo(
ExporterIFC ExporterIFC,
Plane Plane,
XYZ ProjDir,
double epsilon,
bool createRepresentations
)
Parameters
- 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
IFCGeometryInfo
The new geometry info container.
Exceptions
See Also
Reference