@xiix.xoox wrote:
I want remap object to top view. How can do that. I use ‘TransformObjects’ but it not working.
After remapping i’m use ‘Transform Objects’ to extrude objects.The result are polysurfaces, i want make curve like before it is extruded but not.
import rhinoscriptsyntax as rs import scriptcontext import Rhino objects = rs.GetObjects("Select objects to project") if objects: cplane = rs.ViewCPlane() form = rs.XformPlanarProjection(cplane) obj=rs.TransformObjects( objects, xform, False ) #For make curve .....Im try used ‘rs.DuplicateEdgeCurves’ but can’t join curve be created.
Thank you watching!
Posts: 1
Participants: 1

