Page 1 of 1

Scaling ply file from CLI

Posted: Fri Jun 21, 2024 6:41 am
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?

Re: Scaling ply file from CLI

Posted: Fri Jun 21, 2024 8:07 pm
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.