export_asset(SCM s_asset, SCM rest) -> SCM

Export asset asset to file using options. Options are specified as rest argument. File path is specified as output-path option.

Scheme procedure
vtestbed export-asset

import_hull(SCM path, SCM rest) -> SCM

Import ship hull from the file specified by path using options.

Scheme procedure
vtestbed import-hull
This function is the same as import-polyhedron but also computes ship mass.

convert_asset(SCM s_asset, SCM rest) -> SCM

Convert asset asset using options. Options are specified as rest argument. Output format is specified as output-format option.

Scheme procedure
vtestbed convert-asset

import_compartments(SCM path, SCM rest) -> SCM

Import ship compartments from the file specified by path using options.

Scheme procedure
vtestbed import-compartments

export_polyhedron(SCM polyhedron, SCM path, SCM rest) -> SCM

Export polyhedron to the file specified by path using options. File path is specified as output-path option. Output format is specified as output-format option.

Scheme procedure
vtestbed export-polyhedron

supported_asset_options() -> SCM

Get a list of supported options for importing, exporting and convert assets.

Scheme procedure
vtestbed supported-asset-options

assets_define() -> void
import_asset(SCM rest) -> SCM

Import an asset from file using options. Options are specified as rest argument. File path is specified as input-path option.

Scheme procedure
vtestbed import-asset

import_polyhedron(SCM path, SCM rest) -> SCM

Import polyhedron from the file specified by path using options. Input format is specified as input-format option.

Scheme procedure
vtestbed import-polyhedron