Scaling ply file from CLI

Feel free to ask any question here
Post Reply
zvyozdo4ka
Posts: 3
Joined: Mon Jul 31, 2023 5:13 am

Scaling ply file from CLI

Post by zvyozdo4ka »

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?
daniel
Site Admin
Posts: 7505
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Scaling ply file from CLI

Post by daniel »

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.
Daniel, CloudCompare admin
Post Reply