Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BRepGProp/
H A DBRepGProp_Gauss.cxx1129 Standard_Integer NbCGaussgp_Pnts = in Compute() local
1132 NbCGaussgp_Pnts = Max(NbCGaussgp_Pnts, NbGaussgp_Pnts); in Compute()
1134 math_Vector GaussCP(1, NbCGaussgp_Pnts); in Compute()
1135 math_Vector GaussCW(1, NbCGaussgp_Pnts); in Compute()
1136 math::GaussPoints (NbCGaussgp_Pnts, GaussCP); in Compute()
1137 math::GaussWeights(NbCGaussgp_Pnts, GaussCW); in Compute()
1146 for (Standard_Integer i = 1; i <= NbCGaussgp_Pnts; ++i) in Compute()