FUNCTION IfcAssociatedSurface

(* SCHEMA IFC4; *)
FUNCTION IfcAssociatedSurface
(Arg : IfcPcurve) : IfcSurface;

   LOCAL
     Surf : IfcSurface;
   END_LOCAL;
   
   Surf := Arg\IfcPcurve.BasisSurface;
   
   RETURN(Surf);

END_FUNCTION;

Referenced By

Defintion IfcAssociatedSurface is references by the following definitions:
DefinitionType
 IfcGetBasisSurface FUNCTION
 IfcIntersectionCurve ENTITY
 IfcSeamCurve ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:31:10-05:00