mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
37 lines
682 B
Plaintext
Executable File
37 lines
682 B
Plaintext
Executable File
-- File: PBRep_PointOnSurface.cdl
|
|
-- Created: Wed Aug 11 11:49:29 1993
|
|
-- Author: Remi LEQUETTE
|
|
-- <rle@phylox>
|
|
---Copyright: Matra Datavision 1993
|
|
|
|
|
|
|
|
|
|
class PointOnSurface from PBRep inherits PointsOnSurface from PBRep
|
|
|
|
uses
|
|
Surface from PGeom,
|
|
Location from PTopLoc
|
|
|
|
is
|
|
|
|
Create(P1,P2 : Real;
|
|
S : Surface from PGeom;
|
|
L : Location from PTopLoc)
|
|
returns mutable PointOnSurface from PBRep;
|
|
---Level: Internal
|
|
|
|
Parameter2(me) returns Real
|
|
is static;
|
|
---Level: Internal
|
|
|
|
IsPointOnSurface(me) returns Boolean from Standard
|
|
---Purpose: Returns True
|
|
is redefined;
|
|
|
|
fields
|
|
|
|
myParameter2 : Real;
|
|
|
|
end PointOnSurface;
|