Scaling ply file from CLI
-
- Posts: 3
- Joined: Mon Jul 31, 2023 5:13 am
Scaling ply file from CLI
Is it possible to scale whole ply file, which is in binary_little_endian 1.0, with edges and vertices, to some scale parameter, like you have in menu Scale/ multiply?
Re: Scaling ply file from CLI
With the command line, you have to apply a transformation matrix (with -APPLY_TRANS).
It will look like:
S 0 0 0
0 S 0 0
0 0 S 0
0 0 0 1
where S is the scale.
It will look like:
S 0 0 0
0 S 0 0
0 0 S 0
0 0 0 1
where S is the scale.
Daniel, CloudCompare admin