Identifies if the base geometry of the wall can be represented as an extrusion.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2012
Syntax
C# |
---|
public static bool CanExportWallGeometryAsExtrusion(
Element element,
IFCRange range,
Curve curve
) |
Visual Basic |
---|
Public Shared Function CanExportWallGeometryAsExtrusion ( _
element As Element, _
range As IFCRange, _
curve As Curve _
) As Boolean |
Visual C++ |
---|
public:
static bool CanExportWallGeometryAsExtrusion(
Element^ element,
IFCRange^ range,
Curve^ curve
) |
Return Value
True if the wall export can be made in the form of an extrusion, false if the
geometry cannot be assigned to an extrusion.
Exceptions
See Also