Home
last modified time | relevance | path

Searched refs:curve_V1 (Results 1 – 2 of 2) sorted by relevance

/dports/cad/calculix/CalculiX/libSNL/src/
H A DsnlSurface.h323 …void genBilinearCoons ( snlCurve* curve_U1, snlCurve* curve_U2, snlCurve* curve_V1, snlCurve* curv…
H A DsnlSurface.cpp439 void snlSurface::genBilinearCoons ( snlCurve* curve_U1, snlCurve* curve_U2, snlCurve* curve_V1, snl… in genBilinearCoons() argument
467 ctrlPts [ 0 ] = ( curve_V1 -> controlPointNet() ).getPoint ( 0 ); in genBilinearCoons()
468 …ctrlPts [ 1 ] = ( curve_V1 -> controlPointNet() ).getPoint ( ( curve_V1 -> controlPointNet() ).siz… in genBilinearCoons()
480 curve_V1 -> makeCompatible ( curve_V2 ); in genBilinearCoons()
485 snlSurface* surf_V = new snlSurface ( *curve_V1, *curve_V2, (int) SNL_V_DIR ); in genBilinearCoons()