• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Visual Basic Customization

    Reply
    Contributor
    Posts: 25
    Registered: ‎06-10-2008

    Access to 3D DWF command in VBA

    117 Views, 2 Replies
    01-29-2009 03:05 PM
    Anyone know how to access 3D DWF command in VBA? It doesn't look like you can get to it from Plot or Export.

    Thanks,
    Ken
    Please use plain text.
    Active Member
    Posts: 8
    Registered: ‎05-28-2002

    Re: Access to 3D DWF command in VBA

    03-10-2009 09:18 AM in reply to: ken.washburn
    It's probably back to the old cheat of "Sendcommand" then use the "3ddwf" command and give the path to the file

    You will need to switch filedia to 0 and be in modelspace for 3ddwf.

    Paul
    Please use plain text.
    Contributor
    Posts: 25
    Registered: ‎06-10-2008

    Re: Access to 3D DWF command in VBA

    03-12-2009 09:39 AM in reply to: ken.washburn
    Paul, thanks for the reply. Yeah, that's what I ended up doing and it worked.

    Ken
    Please use plain text.