Extended Entity Data4.207 Tutorials and Sampleswrite requests to: takehiko@mit.edu last revised : 2/15/97 LISPLOADER© Set Up |
![]() |
(c:what)
(c:what)
(c:shaffle)
(c:shaffle)
(c:reset)
(c:reset)
(X_print_entity_data app_name entity)
(entget col_1 ("4207TUTORIAL"))
(X_print_entity_data "4207TUTORIAL" col_1 )
(X_print_entity_data "4207TUTORIAL" col_2 )
(X_get_data_for_group_code app_name group_code entity)
(X_get_data_for_group_code "4207TUTORIAL" 1000 col_1 )
(X_get_data_for_group_code "4207TUTORIAL" 1010 col_2 )
(X_change_data_for_group_code app_name group_code entity new_value)
(X_change_data_for_group_code "4207TUTORIAL" 1000 col_1 "wood_column" )
(X_change_data_for_group_code "4207TUTORIAL" 1010 col_2 '(20.0 40.0 0.0) )