IFCGeometryInfo
A container class for Revit geometry extracted from an element.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.IFC.IFCGeometryInfo
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class IFCGeometryInfo : IDisposable
The IFCGeometryInfo type exposes the following members.
Properties
Name
Description
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Methods
Name
Description
Public Method
Static Member
CreateCurveGeometryInfo
Creates a new container object which holds IfcCurve handles processed from a Revit geometry object.
Public Method
Static Member
CreateFaceGeometryInfo(Double)
Creates a new container object which holds IfcFace handles processed from a Revit geometry object.
Public Method
Static Member
CreateFaceGeometryInfo(Double, Boolean)
Creates a new container object which holds IfcFace handles processed from a Revit geometry object.
Public Method
Static Member
CreateFaceGeometryInfo(ExporterIFC, Plane, XYZ, Double, Boolean)
Creates a new container object which holds IfcFace handles processed from a Revit geometry object.
Public Method
Static Member
CreateSurfaceGeometryInfo
Creates a new container object which holds IfcSurface handles processed from a Revit geometry object.
Public Method
Dispose
Releases all resources used by the IFCGeometryInfo
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetCurves
Gets the IfcCurve handles created representing the processed geometry and stored in this object.
Public Method
GetFaces
Gets the IfcFace handles created representing the processed geometry and stored in this object.
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetRepresentations
Gets the representation handles created representing the processed geometry and stored in this object.
Public Method
GetSurfaces
Gets the IfcSurface handles created representing the processed geometry and stored in this object.
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)