mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-26 01:57:30 +08:00
0032953: Coding - add missing references where applicable
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
static Handle(Geom2d_Curve) Project(const Handle(Geom_Curve)& M,
|
||||
const gp_Ax3 Axis)
|
||||
const gp_Ax3& Axis)
|
||||
{
|
||||
Handle(Geom2d_Curve) C;
|
||||
C = GeomProjLib::Curve2d(M,new Geom_Plane(Axis));
|
||||
|
||||
Reference in New Issue
Block a user