RVTDocs.com

IFCExtrusionCalculatorOptions

Constructor
Description:
Constructs a new instance of a class used to calculate extrusions from Revit geometry.
Syntax
public IFCExtrusionCalculatorOptions(
	ExporterIFC exporterIFC,
	IFCExtrusionAxes extrusionAxes,
	XYZ customAxis,
	double scale
)
Parameters
Parameter Type Description
exporterIFC ExporterIFC The exporter.
extrusionAxes IFCExtrusionAxes The extrusion axes to try when doing the calculation.
customAxis XYZ The custom axis to try (if extrusionAxes includes an option for a custom direction).
scale Double The scaling factor for length measurements from the default Revit units to the export units.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration