2026 Constructor
Changes 0
C

IFCExtrusionCalculatorOptions

Description:
Constructs a new instance of a class used to calculate extrusions from Revit geometry.
public IFCExtrusionCalculatorOptions(
	ExporterIFC exporterIFC,
	IFCExtrusionAxes extrusionAxes,
	XYZ customAxis,
	double scale
)
  • exporterIFC
    The exporter.
  • extrusionAxes
    The extrusion axes to try when doing the calculation.
  • customAxis
    The custom axis to try (if extrusionAxes includes an option for a custom direction).
  • Double
    scale
    The scaling factor for length measurements from the default Revit units to the export units.