toXML2_features {IFC} | R Documentation |
IFC_features XML Conversion
Description
Helper to convert features ('IFC_features' object) to XML nodes.
Usage
toXML2_features(
features,
verbose = FALSE,
display_progress = TRUE,
title_progress = ""
)
Arguments
features |
an 'IFC_features' object. |
verbose |
whether to display message about current action. Default is |
display_progress |
whether to display a progress bar. Default is |
title_progress |
character string, giving the title of the progress bar. Default is |
Value
a xml_node.
[Package IFC version 0.2.1 Index]