FUNCTION IfcBooleanChoose

(* SCHEMA IFC4; *)
FUNCTION IfcBooleanChoose
(B : BOOLEAN ;
     Choice1, Choice2 : GENERIC : Item) : GENERIC : Item;
  IF B THEN
     RETURN (Choice1);
  ELSE
     RETURN (Choice2);
  END_IF;

END_FUNCTION;

Referenced By

Defintion IfcBooleanChoose is references by the following definitions:
DefinitionType
 IfcOrientedEdge ENTITY


[Top Level Definitions] [Exit]

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