Skip to content

IFCExtrusionData

Public Class

Represents the geometry of an extrusion (a solid body or opening) generated from Revit geometry.

Inheritance Hierarchy

System.Object
Autodesk.Revit.DB.IFC.IFCExtrusionData

Namespace: Autodesk.Revit.DB.IFC

Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public class IFCExtrusionData : IDisposable

The IFCExtrusionData type exposes the following members.

Constructors

Name

Description


Public Method
IFCExtrusionData

Constructs a new empty extrusion data object.


Properties

Name

Description


Public Property

The basis used for the extrusion.


Public Property

The direction used for the extrusion.


Public Property
IsValidObject

Specifies whether the .NET object represents a valid Revit entity.


Public Property

The length of the extrusion, scaled in the units of the export.


Methods

Name

Description


Public Method

Adds a curve loop to the extrusion data.


Public Method

Clears the curve loops stored in the extrusion data.


Public Method

Releases all resources used by the IFCExtrusionData


Public Method

Equals

Determines whether the specified object is equal to the current object.
(Inherited from Object)


Public Method

GetHashCode

Serves as the default hash function.
(Inherited from Object)


Public Method

Gets the curve loops that form the base shape of the extrusion.


Public Method

GetType

Gets the Type of the current instance.
(Inherited from Object)


Public Method

Determines if the extrusion data represents a valid extrusion.


Public Method

Removes the loop at the specified index.


Public Method

ToString

Returns a string that represents the current object.
(Inherited from Object)