-
In the swept profile box example the viewer is confused about what's inside and what's outside if I plot the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The issue is not with the viewer, but with the orientation of the shape itself (which depends on the direction you create them). The viewer recieves the orientation of the shape and display it as such. replicad does not expose the method that would help you here, but you can access it from within the opencascade API. (I should add higher level API to do this.
|
Beta Was this translation helpful? Give feedback.
The issue is not with the viewer, but with the orientation of the shape itself (which depends on the direction you create them). The viewer recieves the orientation of the shape and display it as such.
replicad does not expose the method that would help you here, but you can access it from within the opencascade API. (I should add higher level API to do this.
side.wrapped.Reverse()
does the trick. You can see it here