IFCGeometryInfo
Description:
A container class for Revit geometry extracted from an element.
A container class for Revit geometry extracted from an element.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.IFC.IFCGeometryInfo
System.Object
Autodesk.Revit.DB.IFC.IFCGeometryInfo
public class IFCGeometryInfo : IDisposable
| Name | Return Type | Description |
|---|---|---|
| CreateCurveGeometryInfo(ExporterIFC, Transform, XYZ, Boolean) | IFCGeometryInfo | Creates a new container object which holds IfcCurve handles processed from a Revit geometry object. |
| CreateFaceGeometryInfo(Double) | IFCGeometryInfo | Creates a new container object which holds IfcFace handles processed from a Revit geometry object. |
| CreateFaceGeometryInfo(Double, Boolean) | IFCGeometryInfo | Creates a new container object which holds IfcFace handles processed from a Revit geometry object. |
| CreateFaceGeometryInfo(ExporterIFC, Plane, XYZ, Double, Boolean) | IFCGeometryInfo | Creates a new container object which holds IfcFace handles processed from a Revit geometry object. |
| CreateSurfaceGeometryInfo(Double) | IFCGeometryInfo | Creates a new container object which holds IfcSurface handles processed from a Revit geometry object. |
| Dispose() | None | Releases all resources used by the |
| GetCurves() | IList<IFCAnyHandle> | Gets the IfcCurve handles created representing the processed geometry and stored in this object. |
| GetFaces() | IList<ICollection<IFCAnyHandle>> | Gets the IfcFace handles created representing the processed geometry and stored in this object. |
| GetRepresentations() | ICollection<IFCAnyHandle> | Gets the representation handles created representing the processed geometry and stored in this object. |
| GetSurfaces() | ICollection<IFCAnyHandle> | Gets the IfcSurface handles created representing the processed geometry and stored in this object. |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |