IFCFamilyInstanceExtrusionExportResults Class

This class represents the results of a geometric analysis of a family instance.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.IFCIFCFamilyInstanceExtrusionExportResults

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class IFCFamilyInstanceExtrusionExportResults : IDisposable

The IFCFamilyInstanceExtrusionExportResults type exposes the following members.

Properties
 NameDescription
Public propertyExtraOffset The extra offset determined from the geometry of the family instance.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyMaterialId The best material id determined for the family instance.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the IFCFamilyInstanceExtrusionExportResults
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetCutPairOpenings Gets the set of "openings" determined from the analysis of the instance geometry.
Public methodGetExtrusionHandle Gets the extruded solid handle generated for the family instance.
Public methodGetHashCodeServes as the default hash function.
(Inherited from 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
Remarks
The analysis attempts to convert the geometry of the instance into a single extrusion with additional extruded openings cutting the main solid.
See Also