maliput_sys::utility::ffi

Function Utility_GenerateObjFile

Source
pub unsafe fn Utility_GenerateObjFile(
    road_network: *const RoadNetwork,
    dirpath: &String,
    fileroot: &String,
    features: &Features,
)
Expand description

Generates an .obj and .mtl files named fileroot under the dirpath directory.

ยงSafety

The caller must ensure the road_network pointer is valid during the method execution.