blob: 77417c7449595e1078714293655f30f1379e3bf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// 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)
{
}
|