1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-05-11 10:44:53 +03:00
occt/src/StepShape/StepShape_FaceBasedSurfaceModel.cdl
2012-03-05 19:23:40 +04:00

33 lines
1.1 KiB
Plaintext
Executable File

-- File: StepShape_FaceBasedSurfaceModel.cdl
-- Created: Fri Dec 28 16:02:01 2001
-- Author: Andrey BETENEV
-- Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.1
-- Copyright: Matra Datavision 2000
class FaceBasedSurfaceModel from StepShape
inherits GeometricRepresentationItem from StepGeom
---Purpose: Representation of STEP entity FaceBasedSurfaceModel
uses
HAsciiString from TCollection,
HArray1OfConnectedFaceSet from StepShape
is
Create returns FaceBasedSurfaceModel from StepShape;
---Purpose: Empty constructor
Init (me: mutable; aRepresentationItem_Name: HAsciiString from TCollection;
aFbsmFaces: HArray1OfConnectedFaceSet from StepShape);
---Purpose: Initialize all fields (own and inherited)
FbsmFaces (me) returns HArray1OfConnectedFaceSet from StepShape;
---Purpose: Returns field FbsmFaces
SetFbsmFaces (me: mutable; FbsmFaces: HArray1OfConnectedFaceSet from StepShape);
---Purpose: Set field FbsmFaces
fields
theFbsmFaces: HArray1OfConnectedFaceSet from StepShape;
end FaceBasedSurfaceModel;