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.
public class IFCFamilyInstanceExtrusionExportResults : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetCutPairOpenings() | The extra openings. | 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. |
| Name | Return Type | Description |
|---|---|---|
| ExtraOffset | XYZ | The extra offset determined from the geometry of the family instance. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| MaterialId | ElementId | The best material id determined for the family instance. |