IFCGeometryInfo
Description:
A container class for Revit geometry extracted from an element.
A container class for Revit geometry extracted from an element.
public class IFCGeometryInfo : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| 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 IFCGeometryInfo | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| 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. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | 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. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |