SquisherGetMesh2dEdges Method |
Gets the edges of the mesh which correspond to the edges of the same indices resulting from GetMesh3dEdges
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Line[] GetMesh2dEdges()
Public Function GetMesh2dEdges As Line()
Return Value
Type:
LineAnd array of lines representing the mesh edges
See Also