-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Citing the EXPRESS documentation (ISO-10303-11) page 34:
NOTE The value of a select data type may be a value of more than one of the named data types
specified in the select list for that select data type.EXAMPLE 1 If a and b are subtypes of c, and if they are related by an andor expression, and if there
is a data type defined by SELECT (a,b), then it may be that the value of the select data type is an a
and a b at the same time.EXAMPLE 2 A choice must be made among several types of things in a given context.
It seems like it is possible that a SELECT can hold multiple values of different types at runtime.
With an extended version of the previous mapping this should be possible.
@bekraft Did I totally misunderstood that?