Hello everyone,
I work on Allplan 2025
I got a problem with the method Vector3D.CrossProduct()
vector_x = AllplanGeometry.Vector3D(1,0,0) vector_y = AllplanGeometry.Vector3D(0,1,0) cross_product = vector_x.CrossProduct(vector_y) print(str(cross_product))
Unfortunately, the result always is None for any vector pair.
Does anyone have any ideas?
Thanks!
Tan