2026 Class
Changes 0
C

IFCGeometryInfo

Description:
A container class for Revit geometry extracted from an element.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.IFC.IFCGeometryInfo
public class IFCGeometryInfo : IDisposable
Name Return Type Description Inherited From
M CreateCurveGeometryInfo(ExporterIFC, Transform, XYZ, Boolean) IFCGeometryInfo Creates a new container object which holds IfcCurve handles processed from a Revit geometry object.
M CreateFaceGeometryInfo(Double) IFCGeometryInfo Creates a new container object which holds IfcFace handles processed from a Revit geometry object.
M CreateFaceGeometryInfo(Double, Boolean) IFCGeometryInfo Creates a new container object which holds IfcFace handles processed from a Revit geometry object.
M CreateFaceGeometryInfo(ExporterIFC, Plane, XYZ, Double, Boolean) IFCGeometryInfo Creates a new container object which holds IfcFace handles processed from a Revit geometry object.
M CreateSurfaceGeometryInfo(Double) IFCGeometryInfo Creates a new container object which holds IfcSurface handles processed from a Revit geometry object.
M Dispose() None Releases all resources used by the IFCGeometryInfo
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetCurves() IList<IFCAnyHandle> Gets the IfcCurve handles created representing the processed geometry and stored in this object.
M GetFaces() IList<ICollection<IFCAnyHandle>> Gets the IfcFace handles created representing the processed geometry and stored in this object.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetRepresentations() ICollection<IFCAnyHandle> Gets the representation handles created representing the processed geometry and stored in this object.
M GetSurfaces() ICollection<IFCAnyHandle> Gets the IfcSurface handles created representing the processed geometry and stored in this object.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.