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

[RhinoCommon/C++] SimpleArrayDouble does not work when initialized with a list of values

$
0
0

@menno wrote:

var list2 = edgeParameters.Values.SelectMany(l => l).ToList(); // contains values
SimpleArrayDouble predefinedEdgeParameters = new SimpleArrayDouble(list2);
var pdp = predefinedEdgeParameters.ToArray(); // has length 0

I'm on R5SR12; I'm not sure about V6

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 8667

Trending Articles