RVTDocs.com

IFCExtrusionData

Class
Description:
Represents the geometry of an extrusion (a solid body or opening) generated from Revit geometry.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.IFC.IFCExtrusionData
Syntax
public class IFCExtrusionData : IDisposable
IFCExtrusionData Class Members:
Name Description Inherited From
IFCExtrusionData Constructs a new empty extrusion data object.
Name Description Inherited From
ExtrusionBasis The basis used for the extrusion.
ExtrusionDirection The direction used for the extrusion.
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
ScaledExtrusionLength The length of the extrusion, scaled in the units of the export.
Name Description Inherited From
AddLoop Adds a curve loop to the extrusion data.
ClearLoops Clears the curve loops stored in the extrusion data.
Dispose Releases all resources used by the IFCExtrusionData
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetLoops Gets the curve loops that form the base shape of the extrusion.
GetType Gets the Type of the current instance. (Inherited from Object ) Object
IsValid Determines if the extrusion data represents a valid extrusion.
RemoveLoopAt Removes the loop at the specified index.
ToString Returns a string that represents the current object. (Inherited from Object ) Object