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

    Visual Basic Customization

    Reply
    Contributor
    Posts: 16
    Registered: ‎03-18-2012

    How can I show 3D Solid objec's name on isometric view?

    241 Views, 4 Replies
    04-23-2012 05:15 AM

    Hi. Everybody,

     

    I wrote a program that I can give a name automaticly for all 3d solid objects.

     

    But I want to show a little box on isometric view every names with VBA codes.

     

    How can I show 3D Solid objec's name on isometric view?

     

    I try to show on Attachment.

     

    Thanks for helps..

     

     

    Please use plain text.
    *Expert Elite*
    Posts: 6,460
    Registered: ‎06-29-2007

    Re: How can I show 3D Solid objec's name on isometric view?

    04-23-2012 09:50 AM in reply to: ozkan_0712

    Hi,

     

    I would set the UCS to View, then check the geometric extents of your 3DSolid ==> convert that coordinates (WCS) to UCS and that's where your object is on screen currently and where you can place the text.

     

    Does that be a help for you?

     

    - alfred -

    -------------------------------------------------------------------------
    Alfred NESWADBA
    Ingenieur Studio HOLLAUS ... www.hollaus.at
    -------------------------------------------------------------------------
    Please use plain text.
    Contributor
    Posts: 16
    Registered: ‎03-18-2012

    Re: How can I show 3D Solid objec's name on isometric view?

    04-23-2012 10:06 AM in reply to: alfred.neswadba

    Sorry I don't understand excatly.

     

    Has it got any code to show 3D solid parts?

     

    I want to use VBA.

     

    Thanks for helpss

     

    Please use plain text.
    *Expert Elite*
    Posts: 6,460
    Registered: ‎06-29-2007

    Re: How can I show 3D Solid objec's name on isometric view?

    04-23-2012 11:38 AM in reply to: ozkan_0712

    Hi,

     

    >> Sorry I don't understand excatly.

    Seems same for me :smileywink:

     

    >> Has it got any code to show 3D solid parts?

    I have not attached any code. I just wrote one idea of what I would do in case I want to have "your name" written above a 3DSolid in an isometric view.

    Create a text. Use the UCS from the view, that's it.

     

    If you want anything else than a text to write the name of an object then I really don't understand your question.

     

    - alfred -

    -------------------------------------------------------------------------
    Alfred NESWADBA
    Ingenieur Studio HOLLAUS ... www.hollaus.at
    -------------------------------------------------------------------------
    Please use plain text.
    Contributor
    Posts: 16
    Registered: ‎03-18-2012

    Re: How can I show 3D Solid objec's name on isometric view?

    04-23-2012 12:04 PM in reply to: alfred.neswadba

    Thanks.

     

    I will  try it.

    Please use plain text.