mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-31 23:37:52 +08:00
8 lines
231 B
C++
Executable File
8 lines
231 B
C++
Executable File
#include <StepData_Described.ixx>
|
|
|
|
StepData_Described::StepData_Described (const Handle(StepData_EDescr)& descr)
|
|
: thedescr (descr) { }
|
|
|
|
Handle(StepData_EDescr) StepData_Described::Description () const
|
|
{ return thedescr; }
|