Search found 3 matches
- Tue Sep 01, 2020 7:03 pm
- Forum: Questions
- Topic: "Interpolate from another entity" via command line
- Replies: 4
- Views: 2409
Re: "Interpolate from another entity" via command line
I believe it should be this one: https://github.com/CloudCompare/CloudCompare/blob/0a8661c788076daefef8b2591a49c51c064005a2/qCC/ccEntityAction.cpp#L317 I think you marked the wrong one, the one you meant is just below: https://github.com/CloudCompare/CloudCompare/blob/0a8661c788076daefef8b2591a49c5...
- Mon Aug 31, 2020 10:35 am
- Forum: Questions
- Topic: "Interpolate from another entity" via command line
- Replies: 4
- Views: 2409
Re: "Interpolate from another entity" via command line
Thanks for your reply, daniel!
Next question that I have: is there a function that I can "just" call and give it the correct parameter (I assume there is), but where do I find it? Unfortunately, I am not a C++ expert, so, a little bit of help would save me a lot of time, I think.
Next question that I have: is there a function that I can "just" call and give it the correct parameter (I assume there is), but where do I find it? Unfortunately, I am not a C++ expert, so, a little bit of help would save me a lot of time, I think.
- Fri Aug 28, 2020 1:21 pm
- Forum: Questions
- Topic: "Interpolate from another entity" via command line
- Replies: 4
- Views: 2409
"Interpolate from another entity" via command line
Hey, this is my first question here, but I already read a lot. My specific question is about the function "Interpolate from another entity" and how I am able to access this via command line. In another thread, it has been mentioned that it should be easy to implement this myself since CC i...