toXML2_images {IFC}R Documentation

IFC_images XML Conversion

Description

Helper to convert images ('IFC_images' object) to XML nodes.

Usage

toXML2_images(
  images,
  verbose = FALSE,
  display_progress = TRUE,
  title_progress = ""
)

Arguments

images

an 'IFC_images' object.

verbose

whether to display message about current action. Default is FALSE.

title_progress

character string, giving the title of the progress bar. Default is "".

Value

a xml_node.


[Package IFC version 0.2.1 Index]