How to get primitive drawing plugin object through JS

just like other objects we take them in variable and get their properties and method like this

var fakeObjects = runtimeScene.getObjects(“fake”);
fakeObjects[0].getX()
etc…

Like above I want to get object of primitiveDrawing and do things like drawCircle, DrawLine etc…