blob: b6925a0745b7493e2e582e0824eec8e408b56346 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// File: StepShape_PointRepresentation.cxx
// Created: Thu Dec 12 15:38:08 2002
// Author: data exchange team
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
// Copyright: Open CASCADE 2002
#include <StepShape_PointRepresentation.ixx>
//=======================================================================
//function : StepShape_PointRepresentation
//purpose :
//=======================================================================
StepShape_PointRepresentation::StepShape_PointRepresentation ()
{
}
|