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