mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
32
src/StepShape/StepShape_EdgeBasedWireframeModel.cdl
Executable file
32
src/StepShape/StepShape_EdgeBasedWireframeModel.cdl
Executable file
@@ -0,0 +1,32 @@
|
||||
-- File: StepShape_EdgeBasedWireframeModel.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 EdgeBasedWireframeModel from StepShape
|
||||
inherits GeometricRepresentationItem from StepGeom
|
||||
|
||||
---Purpose: Representation of STEP entity EdgeBasedWireframeModel
|
||||
|
||||
uses
|
||||
HAsciiString from TCollection,
|
||||
HArray1OfConnectedEdgeSet from StepShape
|
||||
|
||||
is
|
||||
Create returns EdgeBasedWireframeModel from StepShape;
|
||||
---Purpose: Empty constructor
|
||||
|
||||
Init (me: mutable; aRepresentationItem_Name: HAsciiString from TCollection;
|
||||
aEbwmBoundary: HArray1OfConnectedEdgeSet from StepShape);
|
||||
---Purpose: Initialize all fields (own and inherited)
|
||||
|
||||
EbwmBoundary (me) returns HArray1OfConnectedEdgeSet from StepShape;
|
||||
---Purpose: Returns field EbwmBoundary
|
||||
SetEbwmBoundary (me: mutable; EbwmBoundary: HArray1OfConnectedEdgeSet from StepShape);
|
||||
---Purpose: Set field EbwmBoundary
|
||||
|
||||
fields
|
||||
theEbwmBoundary: HArray1OfConnectedEdgeSet from StepShape;
|
||||
|
||||
end EdgeBasedWireframeModel;
|
Reference in New Issue
Block a user