|
None | toAnySupportedFormat (PointCloud points, os.PathLike file, SaveSettings settings='MR::SaveSettings{}') |
|
None | toAnySupportedFormat (PointCloud points, str extension, typing.Any out, SaveSettings settings='MR::SaveSettings{}') |
|
None | toAsc (PointCloud points, os.PathLike file, SaveSettings settings='MR::SaveSettings{}') |
|
None | toAsc (PointCloud points, typing.Any out, SaveSettings settings='MR::SaveSettings{}') |
|
None | toCtm (PointCloud points, os.PathLike file, PointsSave.CtmSavePointsOptions options) |
|
None | toCtm (PointCloud points, os.PathLike file, SaveSettings settings='MR::SaveSettings{}') |
|
None | toCtm (PointCloud points, typing.Any out, PointsSave.CtmSavePointsOptions options) |
|
None | toCtm (PointCloud points, typing.Any out, SaveSettings settings='MR::SaveSettings{}') |
|
None | toPly (PointCloud points, os.PathLike file, SaveSettings settings='MR::SaveSettings{}') |
|
None | toPly (PointCloud points, typing.Any out, SaveSettings settings='MR::SaveSettings{}') |
|
None | toXyz (PointCloud points, os.PathLike file, SaveSettings settings='MR::SaveSettings{}') |
|
None | toXyz (PointCloud points, typing.Any out, SaveSettings settings='MR::SaveSettings{}') |
|
None | toXyzn (PointCloud points, os.PathLike file, SaveSettings settings='MR::SaveSettings{}') |
|
None | toXyzn (PointCloud points, typing.Any out, SaveSettings settings='MR::SaveSettings{}') |
|
◆ toAnySupportedFormat() [1/2]
detects the format from file extension and save points to it
◆ toAnySupportedFormat() [2/2]
extension in `*.ext` format
◆ toAsc() [1/2]
save points with normals in .xyzn format, and save points without normals in .xyz format
◆ toAsc() [2/2]
◆ toCtm() [1/4]
◆ toCtm() [2/4]
◆ toCtm() [3/4]
◆ toCtm() [4/4]
◆ toPly() [1/2]
◆ toPly() [2/2]
◆ toXyz() [1/2]
save points without normals in textual .xyz file;
each output line contains [x, y, z], where x, y, z are point coordinates
◆ toXyz() [2/2]
◆ toXyzn() [1/2]
save points with normals in textual .xyzn file;
each output line contains [x, y, z, nx, ny, nz], where x, y, z are point coordinates and nx, ny, nz are the components of point normal
◆ toXyzn() [2/2]
The documentation for this class was generated from the following file: