You are on page 1of 2

E3D COMMAND LIST

1. Creating DB listing
FILE/D:\newfolder\CEDATALISTING.TXT OVER OUTPUT CE FILE END

2. Adding STR, EQUI or any Gensecs and E3D elements


ADD ALL STR WITHIN E 0 S 0 U 0 to E 18440 S 18000 U 2165

3. Change the CE element colour temporarily


ENHANCE CE COLOUR GREEN

4. Temporarily change translucency of current element


ENHANCE CE TRANSLUCENCY 99

5. Remove all previous enhancements


UNENHANCE ALL

6. Change Coordinates of CE Wrt World


AT N1000 E2000 U100 WRT WORLD

7. Delete Members of CE
DELETE ZONE MEMBERS

8. Query value of any attribute of CE


Q DESC

9. Set new value to attribute with value of <STRING> datatype


DESC ‘WPG’

10. Set new value to attribute with value of <REAL> datatype


AREA 4

11. How to set reference attribute


CREF /ItemName or CREF refno

12. Mark CE with some text


MARK WITH ‘HELLO’ CE

13. Query all pseudo-attributes of CE


Q PSATTS

14. Position primitive by moving its p-point


POS P1 OF CE AT N1000 E1000 U100

15. Query general information about mouse-chosen p-point


Q IDP@

16. Get total number of members of CE


Q MCOUNT

17. Reorder one element after another in same hierarchy


REORDER 3 AFTER 1

18. Query date of last modification of CE


Q LASTM

19. Set temporary point called PIN for further actions


PIN 1 AT E200 N2000 U100

20. Add items within volume of CE plus some additional distance


ADD ALL WITHIN VOLUME CE 1500

21. Add specific items within volume of CE plus some additional distance
ADD ALL Gensecs WITHIN VOLUME CE 1500

22. Remove all from display and add CE


REM ALL ADD CE

23. Clear the Command Line


ALP REQ CLEAR

24. Holes representation on/off and update in graphical window


REPR HOLES ON/OFF UPDATE

25. Copy and Rename the New Component


REN /NAME COPY PREV

26. View display on/off


LVISI T/F

27. Borders of view on/off


LFRA T/F

28. Query sequence number of members of CE


Q SEQUENCE MEMBERS

You might also like