Command Syntax for DRAFT Drawings...

 
Parents
  • have you tried to use pml tracing with $r7?

    if not then i can recommend to do that in the following manner:
    1.$r7/c:\temp\pmltracing.log over
    2.run creation of section plane via GUI and create it
    3.stop the tracing by $r0 command
    4. look thru the file pmltracing.log

    you will find there which command are executing during vsec creation
    then just copy it carefully, modify if needed and use in your code

    the same procedure cold be applied if you want to know how to set limits by the command - just switch on tracing and reproduce limits by gui and look which command executed...

    the other way is to look on attributes of item and simply try to set them via command

    if you are not sucessful with this please post then I will find right commands or you
Reply
  • have you tried to use pml tracing with $r7?

    if not then i can recommend to do that in the following manner:
    1.$r7/c:\temp\pmltracing.log over
    2.run creation of section plane via GUI and create it
    3.stop the tracing by $r0 command
    4. look thru the file pmltracing.log

    you will find there which command are executing during vsec creation
    then just copy it carefully, modify if needed and use in your code

    the same procedure cold be applied if you want to know how to set limits by the command - just switch on tracing and reproduce limits by gui and look which command executed...

    the other way is to look on attributes of item and simply try to set them via command

    if you are not sucessful with this please post then I will find right commands or you
Children
No Data