blob: 08a6109a73990cf3878a3b2ac905934b71feb8f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// File: StepShape_EdgeBasedWireframeShapeRepresentation.cxx
// Created: Fri Dec 28 16:02:01 2001
// Author: Andrey BETENEV
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.1
// Copyright: Matra Datavision 2000
#include <StepShape_EdgeBasedWireframeShapeRepresentation.ixx>
//=======================================================================
//function : StepShape_EdgeBasedWireframeShapeRepresentation
//purpose :
//=======================================================================
StepShape_EdgeBasedWireframeShapeRepresentation::StepShape_EdgeBasedWireframeShapeRepresentation ()
{
}
|