mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0024023: Revamp the OCCT Handle -- GC
Implementation of operator of type casting to resulting object simplified in classes of GC and GCE2d packages
This commit is contained in:
@@ -122,14 +122,3 @@ const Handle(Geom_Plane)& GC_MakePlane::Value() const
|
||||
StdFail_NotDone_Raise_if(TheError != gce_Done,"");
|
||||
return ThePlane;
|
||||
}
|
||||
|
||||
const Handle(Geom_Plane)& GC_MakePlane::Operator() const
|
||||
{
|
||||
return Value();
|
||||
}
|
||||
|
||||
GC_MakePlane::operator Handle(Geom_Plane) () const
|
||||
{
|
||||
return Value();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user