mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0024002: Overall code and build procedure refactoring -- automatic
Automatic upgrade of OCCT code by command "occt_upgrade . -nocdl": - WOK-generated header files from inc and sources from drv are moved to src - CDL files removed - All packages are converted to nocdlpack
This commit is contained in:
@@ -1,40 +1,40 @@
|
||||
Select3D_Pnt.hxx
|
||||
Select3D_Macro.hxx
|
||||
Select3D_PointData.hxx
|
||||
Select3D_BndBox3d.hxx
|
||||
Select3D_BVHPrimitiveContent.hxx
|
||||
Select3D_BVHPrimitiveContent.cxx
|
||||
Select3D_InteriorSensitivePointSet.hxx
|
||||
Select3D_InteriorSensitivePointSet.cxx
|
||||
Select3D_BVHPrimitiveContent.hxx
|
||||
Select3D_EntitySequence.hxx
|
||||
Select3D_SensitiveBox.hxx
|
||||
Select3D_InteriorSensitivePointSet.cxx
|
||||
Select3D_InteriorSensitivePointSet.hxx
|
||||
Select3D_Macro.hxx
|
||||
Select3D_Pnt.hxx
|
||||
Select3D_PointData.hxx
|
||||
Select3D_SensitiveBox.cxx
|
||||
Select3D_SensitiveCircle.hxx
|
||||
Select3D_SensitiveBox.hxx
|
||||
Select3D_SensitiveCircle.cxx
|
||||
Select3D_SensitiveCurve.hxx
|
||||
Select3D_SensitiveCircle.hxx
|
||||
Select3D_SensitiveCurve.cxx
|
||||
Select3D_SensitiveEntity.hxx
|
||||
Select3D_SensitiveCurve.hxx
|
||||
Select3D_SensitiveEntity.cxx
|
||||
Select3D_SensitiveFace.hxx
|
||||
Select3D_SensitiveEntity.hxx
|
||||
Select3D_SensitiveFace.cxx
|
||||
Select3D_SensitiveGroup.hxx
|
||||
Select3D_SensitiveFace.hxx
|
||||
Select3D_SensitiveGroup.cxx
|
||||
Select3D_SensitiveGroup.hxx
|
||||
Select3D_SensitiveGroup.lxx
|
||||
Select3D_SensitivePoint.hxx
|
||||
Select3D_SensitivePoint.cxx
|
||||
Select3D_SensitivePoly.hxx
|
||||
Select3D_SensitivePoint.hxx
|
||||
Select3D_SensitivePoly.cxx
|
||||
Select3D_SensitivePoly.hxx
|
||||
Select3D_SensitivePoly.lxx
|
||||
Select3D_SensitiveSegment.hxx
|
||||
Select3D_SensitiveSegment.cxx
|
||||
Select3D_SensitiveSegment.hxx
|
||||
Select3D_SensitiveSegment.lxx
|
||||
Select3D_SensitiveSet.hxx
|
||||
Select3D_SensitiveSet.cxx
|
||||
Select3D_SensitiveTriangle.hxx
|
||||
Select3D_SensitiveSet.hxx
|
||||
Select3D_SensitiveTriangle.cxx
|
||||
Select3D_SensitiveTriangulation.hxx
|
||||
Select3D_SensitiveTriangle.hxx
|
||||
Select3D_SensitiveTriangulation.cxx
|
||||
Select3D_SensitiveTriangulation.hxx
|
||||
Select3D_SensitiveTriangulation.lxx
|
||||
Select3D_SensitiveWire.hxx
|
||||
Select3D_SensitiveWire.cxx
|
||||
Select3D_SensitiveWire.hxx
|
||||
Select3D_TypeOfSensitivity.hxx
|
||||
|
@@ -1,68 +0,0 @@
|
||||
-- Created on: 1995-02-22
|
||||
-- Created by: Mister rmi
|
||||
-- Copyright (c) 1995-1999 Matra Datavision
|
||||
-- Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
--
|
||||
-- This file is part of Open CASCADE Technology software library.
|
||||
--
|
||||
-- This library is free software; you can redistribute it and/or modify it under
|
||||
-- the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
-- by the Free Software Foundation, with special exception defined in the file
|
||||
-- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
-- distribution for complete text of the license and disclaimer of any warranty.
|
||||
--
|
||||
-- Alternatively, this file may be used under the terms of Open CASCADE
|
||||
-- commercial license or contractual agreement.
|
||||
|
||||
--Modified by Rob Jan 13 th 98 : Compute Depth on EyeLine for
|
||||
-- Each Kind of SensitiveEntity.
|
||||
-- (Deferred Method to be implemented)
|
||||
|
||||
|
||||
package Select3D
|
||||
|
||||
---Purpose: The Select3D package provides the following services
|
||||
-- - definition of standard 3D sensitive primitives such as points, curves and faces.
|
||||
-- - recovery of the bounding boxes in the 2D graphic selection space, if required.
|
||||
-- - a 3D-2D projector.
|
||||
|
||||
uses
|
||||
Standard,
|
||||
TCollection,
|
||||
TColStd,
|
||||
TColgp,
|
||||
gp,
|
||||
Bnd,
|
||||
Poly,
|
||||
TopLoc,
|
||||
Geom,
|
||||
SelectBasics,
|
||||
SelectMgr,
|
||||
V3d,
|
||||
Graphic3d
|
||||
|
||||
is
|
||||
|
||||
imported BndBox3d;
|
||||
imported BVHPrimitiveContent;
|
||||
imported InteriorSensitivePointSet;
|
||||
imported EntitySequence;
|
||||
imported Pnt;
|
||||
imported PointData;
|
||||
imported SelectingVolumeManager;
|
||||
imported SensitiveBox;
|
||||
imported SensitiveCircle;
|
||||
imported SensitiveCurve;
|
||||
imported transient class SensitiveEntity;
|
||||
imported SensitiveFace;
|
||||
imported SensitiveGroup;
|
||||
imported SensitivePoint;
|
||||
imported SensitivePoly;
|
||||
imported SensitiveSegment;
|
||||
imported SensitiveSet;
|
||||
imported SensitiveTriangle;
|
||||
imported SensitiveTriangulation;
|
||||
imported SensitiveWire;
|
||||
imported TypeOfSensitivity;
|
||||
|
||||
end Select3D;
|
Reference in New Issue
Block a user