IFCExtrusionCalculatorOptions
Description:
Constructs a new instance of a class used to calculate extrusions from Revit geometry.
Constructs a new instance of a class used to calculate extrusions from Revit geometry.
public IFCExtrusionCalculatorOptions(
ExporterIFC exporterIFC,
IFCExtrusionAxes extrusionAxes,
XYZ customAxis,
double scale
)
-
exporterIFCThe exporter.
-
extrusionAxesThe extrusion axes to try when doing the calculation.
-
customAxisThe custom axis to try (if extrusionAxes includes an option for a custom direction).
-
scaleThe scaling factor for length measurements from the default Revit units to the export units.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration