API Reference

Struct

Functions

MaterialPointGenerator.read_pointcloudFunction
read_pointcloud(data_path::String; precision::Symbol=:FP64)

Description:

Read point cloud data from file. Users can also specify the precision of the data, available options are :FP64 and :FP32.

source
MaterialPointGenerator.mp_generateFunction
mp_generate(data::PointCloud{T1, T2}, min_z::T2) where {T1, T2}

Description:

Generate a point set with a minimum z value. The minimum z value is specified by the user.

source