|
FUNCTION surface_condition_correlation (pd : property_definition, rep : representation) : LOGICAL; CASE pd . name OF 'visual appearance' , 'tactile appearance' , 'contact ratio' , 'hardness' , 'treatment result' , 'surface texture' : RETURN ( pd . name = rep . name ) ; OTHERWISE : RETURN ( UNKNOWN ) ; END_CASE ; END_FUNCTION; -- surface_condition_correlation |
|
public class FSurface_condition_correlation public static Value run(SdaiContext _context, Value pd, Value rep) |