summaryrefslogtreecommitdiff
path: root/src/Graphic3d/Graphic3d_CPlane.cxx
blob: c32610df4f18f2a626576c4ce4dedb9e146b5d3c (plain)
1
2
3
4
5
6
7
8
9

#include <Graphic3d_CPlane.hxx>

const Handle(Standard_Type)& TYPE(Graphic3d_CPlane)
{
  static Handle(Standard_Type) _atype =
    new Standard_Type ("Graphic3d_CPlane", sizeof (Graphic3d_CPlane));
  return _atype;
}