How to use SubDVertexList.Add(SubDVertexTag tag Point3d vertex) and SubDEdgeList.Add(SubDEdgeTag tag, SubDVertex v0, SubDVertex v1) in rhinocommon?I can’t use them to crease the vertexts or edges. How to make the vertext as a corner vertext ?
Creases aren’t explicitly available yet in Rhinocommon. However, all a crease is is the welding of the subD control polygons (mesh) edge.
Thanks for your reply. Will it be supported in the future in Rhinocommon?
Probably, you’ll have to ask McNeel. Remember SubD stuff is still WIP.