Beispiel #1
0
            /// <summary>
            /// given a real vert idx,
            /// return all virtual edges connected to this vert
            /// </summary>
            public VELst GetVEdgesFromRVert(int rvIdx)
            {
                VVert vvert = GetVV(rvIdx);

                return(vvert.GetVEdges());
            }