2024 Class
Changes 0
C

IFCExtrusionData

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
public class IFCExtrusionData : IDisposable
Name Return Type Description
C IFCExtrusionData() None Constructs a new empty extrusion data object.
Name Return Type Description
M AddLoop(CurveLoop) None Adds a curve loop to the extrusion data.
M ClearLoops() None Clears the curve loops stored in the extrusion data.
M Dispose() None Releases all resources used by the
M GetLoops() IList<CurveLoop> Gets the curve loops that form the base shape of the extrusion.
M IsValid() bool Determines if the extrusion data represents a valid extrusion.
M RemoveLoopAt(Int32) None Removes the loop at the specified index.
Name Return Type Description
P ExtrusionBasis IFCExtrusionBasis The basis used for the extrusion.
P ExtrusionDirection XYZ The direction used for the extrusion.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P ScaledExtrusionLength double The length of the extrusion, scaled in the units of the export.