IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

8.9.6.1 IfcAssociatedSurface

8.9.6.1.1 Semantic definition

8.9.6.1.2 Formal representation

FUNCTION IfcAssociatedSurface
(Arg : IfcPcurve) : IfcSurface;

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

END_FUNCTION;

8.9.6.1.3 References

Edit on Github


Is this page difficult to understand? Let us know!

8.9.6.1.4 Changelog

8.9.6.1.4.1 IFC4

  • New resource