Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5938

How to remap objects to Top view?

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 5938

Trending Articles