Home
last modified time | relevance | path

Searched defs:CylAx2 (Results 1 – 2 of 2) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/04_Viewer3d/src/
H A DViewer3dDoc.cpp172 gp_Ax2 CylAx2(gp_Pnt(0,0,-100), gp_Dir(gp_Vec(gp_Pnt(0,0,-100),gp_Pnt(0,0,100)))); in OnCylinder() local
264 gp_Ax2 CylAx2(gp_Pnt(0,0,-100), gp_Dir(gp_Vec(gp_Pnt(0,0,-100),gp_Pnt(0,0,100)))); in OnOverlappedCylinder() local
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/Common/
H A DUser_Cylinder.cxx40 User_Cylinder::User_Cylinder(const gp_Ax2 CylAx2, const Standard_Real R, const Standard_Real H) : in User_Cylinder()