buildFeature {IFC}R Documentation

IFC Feature Coercion

Description

Helper to build a list to allow feature export.

Usage

buildFeature(
  name,
  type = c("single", "combined", "computed")[1],
  def = "Camera Line Number",
  val = NULL,
  ...
)

Arguments

name

feature's name. If missing, it will be determined thanks to def.

type

feature's type. Default is "single". Allowed are "single", "combined", "computed".

def

definition of the feature. Default is "Camera Line Number".

val

a coercible to numeric vector of feature values. Default is NULL.
Note that although not mandatory for buildFeatureit has to be provided to allow feature export in ExportToDAF and data_add_features.

...

Other arguments to be passed.

Value

a list containing all feature information.


[Package IFC version 0.2.1 Index]