z-plane must be changed to xy-plane. Sorry for this.
2014-03-05 10:26 GMT+01:00 Christophe Bal <[email protected]>: > I've a little suggestion about planar object into a 3D scene. > > *O = Point(2, 3, 4)* > *I = Point(4, 5, 4)* > J = Point(2, 3, 7) > > *line = Line(Point(2,3), Point(3,5)) # z-plane by default* > *line2 = **putin((O, I, J), **line**) # Let's go in another plane* > > This allows to easily put a planar scene in any plane rather in the fixed > z-plane. The function could use a list of 2D-objects and returns the > corresponding new objects build. > > Christophe, a simple user. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAAb4jGn%3DANw54O-x8wPBgCMEr2J5YNreOPV%3DFmFNFJBXCx%3DqGQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
