mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 13:48:57 +08:00
31 lines
635 B
Plaintext
Executable File
31 lines
635 B
Plaintext
Executable File
-- File: StdSelect_Prs.cdl
|
|
-- Created: Fri Mar 17 13:42:13 1995
|
|
-- Author: Robert COUBLANC
|
|
-- <rob@photon>
|
|
---Copyright: Matra Datavision 1995
|
|
|
|
|
|
|
|
private class Prs from StdSelect inherits Presentation from Prs3d
|
|
|
|
---Purpose: allows entities owners to be hilighted
|
|
-- independantly from PresentableObjects
|
|
|
|
uses
|
|
StructureManager from Graphic3d
|
|
|
|
is
|
|
Create(aStructureManager: StructureManager from Graphic3d)
|
|
returns mutable Prs;
|
|
|
|
Manager(me) returns any StructureManager from Graphic3d;
|
|
---C++: inline
|
|
---C++: return const&
|
|
|
|
|
|
fields
|
|
|
|
myManager : StructureManager from Graphic3d;
|
|
|
|
end Prs;
|