mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-14 11:37:02 +08:00
23 lines
558 B
Plaintext
Executable File
23 lines
558 B
Plaintext
Executable File
-- File: StepToGeom_MakePlane.cdl
|
|
-- Created: Mon Jun 14 15:54:27 1993
|
|
-- Author: Martine LANGLOIS
|
|
---Copyright: Matra Datavision 1993
|
|
|
|
class MakePlane from StepToGeom
|
|
|
|
---Purpose: This class implements the mapping between classes
|
|
-- Plane from StepGeom which describes a plane from
|
|
-- Prostep and Plane form Geom.
|
|
|
|
uses
|
|
Plane from Geom,
|
|
Plane from StepGeom
|
|
|
|
is
|
|
|
|
Convert ( myclass; SP : Plane from StepGeom;
|
|
CP : out Plane from Geom )
|
|
returns Boolean from Standard;
|
|
|
|
end MakePlane;
|