IFCFamilyInstanceExtrusionExportResults
Description:
This class represents the results of a geometric analysis of a family instance.
This class represents the results of a geometric analysis of a family instance.
Remarks:
The analysis attempts to convert the geometry of the instance into a single extrusion with additional extruded openings cutting the main solid.
The analysis attempts to convert the geometry of the instance into a single extrusion with additional extruded openings cutting the main solid.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.IFC.IFCFamilyInstanceExtrusionExportResults
System.Object
Autodesk.Revit.DB.IFC.IFCFamilyInstanceExtrusionExportResults
public class IFCFamilyInstanceExtrusionExportResults : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the IFCFamilyInstanceExtrusionExportResults | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetCutPairOpenings() | IList<IFCExtrusionData> | Gets the set of "openings" determined from the analysis of the instance geometry. | |
| GetExtrusionHandle() | IFCAnyHandle | Gets the extruded solid handle generated for the family instance. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | 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 |
|---|---|---|---|
| ExtraOffset | XYZ | The extra offset determined from the geometry of the family instance. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| MaterialId | ElementId | The best material id determined for the family instance. |