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

No output from surface.Split

$
0
0
RhinoDoc activeDoc = RhinoDoc.ActiveDoc;
    IEnumerable<RhinoObject> brepObjects = activeDoc.Objects.GetObjectList(ObjectType.Brep);
    RhinoObject object1 = brepObjects.ElementAt(0);

    Brep brepBody = Brep.TryConvertBrep(object1.Geometry);

    BrepFace face1 = brepBody.Faces.ElementAt(0);
    
    
    var A = face1.Split(0, face1.Domain(0).Mid);

I am unable to get any output at A, I am trying to split the surface but not getting any output at A.

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4165

Latest Images

Trending Articles



Latest Images