mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-30 12:14:08 +03:00
20 lines
512 B
C++
Executable File
20 lines
512 B
C++
Executable File
// File: AIS_LengthDimension.cdl
|
|
// Created: Tue Dec 5 17:04:35 1996
|
|
// Author: Odile Olivier
|
|
// <ODL>
|
|
|
|
|
|
#include <AIS_DimensionOwner.ixx>
|
|
|
|
|
|
//-----------------------------------------------------------------------
|
|
// function : create
|
|
// purpose :
|
|
//-----------------------------------------------------------------------
|
|
|
|
AIS_DimensionOwner::AIS_DimensionOwner(const Handle(SelectMgr_SelectableObject)& aSO,
|
|
const Standard_Integer aPriority)
|
|
:SelectMgr_EntityOwner(aSO,aPriority)
|
|
{
|
|
}
|