mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +03:00
18 lines
541 B
C++
Executable File
18 lines
541 B
C++
Executable File
// File: StepElement_SurfaceSectionField.cxx
|
|
// Created: Thu Dec 12 17:29:04 2002
|
|
// Author: data exchange team
|
|
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
|
|
// Copyright: Open CASCADE 2002
|
|
|
|
#include <StepElement_SurfaceSectionField.ixx>
|
|
|
|
//=======================================================================
|
|
//function : StepElement_SurfaceSectionField
|
|
//purpose :
|
|
//=======================================================================
|
|
|
|
StepElement_SurfaceSectionField::StepElement_SurfaceSectionField ()
|
|
{
|
|
}
|
|
|