Jump to content
Developer Wiki and Function Reference Links ×

SetView(0,0,30,1,1,1) not possible?


VvierA

Recommended Posts

Not really, no.

However, it is possible to rotate the workplane-Z-axis,

Exporting an empty file as a script shows me this in the code when the working plane is rotated over 45?:

(...)
{Layer Characteristics}
(...)
Projection(0,0,1239.519999999999982,-619.759999999999991,619.759999999999991,619.759999999999991,-619.759999999999991);
SetView(#0.0000000000000d,#-0.0000000000000d,#0.0000000000000d,0,0,0);
{End of Layer Characteristics}
{Object Creation Code}
SetView(#0.0000000000000d,#-0.0000000000000d,#0.0000000000000d,0,0,0);
SetZVals(0,0);
(...)

So maybe it might be worthed looking into the SetView-parameters (?)

Link to comment
If I try to 'SetView(0,0,30,1,1,1)' nothing happens.

It works on my machine. How about adding a signature? It's hard to guess how you are working. And while you're at it, how about some relevant details about your problem? Are you running a script? A PIO? A menu command? Usually I skip questions like this because they are too vague. You just caught me in a good mood. :-)

Raymond

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...