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
2016-06-01T11:21:49-04:00