Quantcast
Channel: Rhino Developer - McNeel Forum
Viewing all articles
Browse latest Browse all 8549

Problem with extruding open surface to Solid

$
0
0

@Deus_Vult wrote:

Hello dear community,

Now I am developing a plugin for Rhino.
I am trying to create solid body by extruding open surface. And this is where I catch a problem.

My c# code:

var brepObj = doc.Objects.GetObjectList(new ObjectEnumeratorSettings {NormalObjects = true}).First();
     brepObj.Highlight(true);
     brepObj.Select(true);

RhinoApp.RunScript("_ExtrudeSrf 0.15", true);

The extrude works fine from Rhino UI when I set Solid parameter to "Yes", but I can`t figure out how to do the same in code.
Any suggestions are welcome. Thanks in advance.

Kind regards,

Vitaliy.

Posts: 5

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 8549

Trending Articles