IFCGeometryInfo Class

A container class for Revit geometry extracted from an element.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.IFCIFCGeometryInfo

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
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
 NameDescription
Public methodStatic memberCreateCurveGeometryInfo Creates a new container object which holds IfcCurve handles processed from a Revit geometry object.
Public methodStatic memberCreateFaceGeometryInfo(Double) Creates a new container object which holds IfcFace handles processed from a Revit geometry object.
Public methodStatic memberCreateFaceGeometryInfo(Double, Boolean) Creates a new container object which holds IfcFace handles processed from a Revit geometry object.
Public methodStatic memberCreateFaceGeometryInfo(ExporterIFC, Plane, XYZ, Double, Boolean) Creates a new container object which holds IfcFace handles processed from a Revit geometry object.
Public methodStatic memberCreateSurfaceGeometryInfo Creates a new container object which holds IfcSurface handles processed from a Revit geometry object.
Public methodDisposeReleases all resources used by the IFCGeometryInfo
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetCurves Gets the IfcCurve handles created representing the processed geometry and stored in this object.
Public methodGetFaces Gets the IfcFace handles created representing the processed geometry and stored in this object.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetRepresentations Gets the representation handles created representing the processed geometry and stored in this object.
Public methodGetSurfaces Gets the IfcSurface handles created representing the processed geometry and stored in this object.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also