0027862: Exception in BRepOffsetAPI_MakePipeShell
[occt.git] / src / Graphic3d / Graphic3d_SequenceOfHClipPlane.hxx
CommitLineData
4269bd1b 1// Created on: 2013-07-15
2// Created by: Anton POLETAEV
d5f74e42 3// Copyright (c) 2013-2014 OPEN CASCADE SAS
4269bd1b 4//
973c2be1 5// This file is part of Open CASCADE Technology software library.
4269bd1b 6//
d5f74e42 7// This library is free software; you can redistribute it and/or modify it under
8// the terms of the GNU Lesser General Public License version 2.1 as published
973c2be1 9// by the Free Software Foundation, with special exception defined in the file
10// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11// distribution for complete text of the license and disclaimer of any warranty.
4269bd1b 12//
973c2be1 13// Alternatively, this file may be used under the terms of Open CASCADE
14// commercial license or contractual agreement.
4269bd1b 15
51b10cd4 16#ifndef _Graphic3d_SequenceOfHClipPlane_HeaderFile
17#define _Graphic3d_SequenceOfHClipPlane_HeaderFile
4269bd1b 18
51b10cd4 19#include <NCollection_Sequence.hxx>
4269bd1b 20#include <Graphic3d_ClipPlane.hxx>
21
51b10cd4 22// CDL-header shortcut for sequence of graphical clipping planes.
23typedef NCollection_Sequence<Handle(Graphic3d_ClipPlane)> Graphic3d_SequenceOfHClipPlane;
4269bd1b 24
25#endif