Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello dear professional,
I am looking for the way how to mirror NWC appended files with navis API.
So far I reached the point it can be done with the scale section of permanent transformation :
3 fields represent 3 axis (XYZ)
if value x is set to -1, the desired result is achieved:
I also found that such transformation can be achieved with
| Transform3D(Matrix3, Vector3D) |
method which accepts a matrix:
I am not yet sure if it is required to check how work with matrixes but looks like it is a 3 by 3 matrix:
Could you show me a codded example how the mirroring can be achieved with navis API
Solved! Go to Solution.