Rhinocommon Match Surface

Hi,

I am looking for the MatchSrf equivalent in Rhinocommon. Is this command available? I can’t seem to find it.

Best,
M

Isn’t it the Attribute of a Rhinoobject

Something like this:

Dim brep1 As RhinoObject
Dim brep2 As RhinoObject
brep2.Attributes = brep1.Attributes.Duplicate
brep2.CommitChanges()

Color, name, layer etc copied from brep1 to brep2

That would be match properties.

This is what I am after:
http://docs.mcneel.com/rhino/5/help/en-us/commands/matchsrf.htm

I want to match the edge of a surface to a curve.

Oh sorry… Got the wrong thing command in my head…

I have also asked this previously: