Search found 4 matches
- Fri Dec 16, 2022 10:01 pm
- Forum: Questions
- Topic: Visibility of points from TLS/GBL sensor
- Replies: 5
- Views: 2515
Re: Visibility of points from TLS/GBL sensor
A manual way of knowing the visibility of a point from the sensor is from the normals, calculating the vector product of the position vector of each point with respect to the sensor with the normal. Edit-Scalar Fields-Export Coordinates Edit-Scalar Fields-Export Normals Arithmetic Visibility=(Coord....
- Fri Dec 16, 2022 8:26 pm
- Forum: Requests, new functionalities
- Topic: ASCII EXPORT - Only X,Y,Z
- Replies: 3
- Views: 9446
Re: ASCII EXPORT - Only X,Y,Z
I do it like that.
I remove all the scalar, color, normal, etc. fields from the cloud. Then I export it as ASCII, since it does not have, CE, RGB, or normal, it only exports X,Y,Z.
Regards
I remove all the scalar, color, normal, etc. fields from the cloud. Then I export it as ASCII, since it does not have, CE, RGB, or normal, it only exports X,Y,Z.
Regards
- Fri Oct 28, 2022 11:10 pm
- Forum: Questions
- Topic: embed in pdf
- Replies: 3
- Views: 1772
Re: embed in pdf
Try MiKTeX and meshes in U3D, it works
- Tue Dec 21, 2021 9:01 am
- Forum: Plugins
- Topic: Problem loading QSTEP_IO_PLUGIN
- Replies: 1
- Views: 2033
Problem loading QSTEP_IO_PLUGIN
<t>When loading Plugin STEP I receive the message "does not seem to a valid plugin"<br/> After investigating the dependencies a little, I found that it needs TBB.dll and TBBMALLOC.dll, Intel libraries not present in the distribution. Once included it works perfectly.<br/> I recommend including them ...