Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T159074
Change Details
Change Details
Old
New
Diff
Of course, I can create simple marker via something like ```_m = create3DENEntity ["Marker", "rectangle", [3350,4500,0]];``` But all tries to change it with ```_m set3DENAttribute ["markerType", "RECTANGLE"];``` to shape gives no result
Of course, I can create simple marker via something like ``` _m = create3DENEntity ["Marker", "rectangle", [3350,4500,0]]; ``` But all tries to change it with ``` _m set3DENAttribute ["markerType", "RECTANGLE"]; ``` to shape gives no result
Of course, I can create simple marker via something like
```
```
_m = create3DENEntity ["Marker", "rectangle", [3350,4500,0]];
```
But all tries to change it with
But all tries to change it with ```
```
_m set3DENAttribute ["markerType", "RECTANGLE"];
``` to shape gives no result
Continue