Skip to main content
1-Visitor
November 20, 2017
Question

CSS Style not working in 3D-Label Streaming Data

  • November 20, 2017
  • 3 replies
  • 2833 views

Hello Everybody,

I am just working with thingworx studio since two weeks now.

CSS Style not works for me. Anyone please suggest me a way to get rid of it .

I have added External Parameter of RPM value binded to 3D-Label of Text. I want to highlight the RPM Value using some styles with class name but I could'nt acheive it.

    3 replies

    17-Peridot
    November 20, 2017

    Hi Venkatesh,

    Could you please share your css code to track the issue?

    Venkat831-VisitorAuthor
    1-Visitor
    November 21, 2017

    Hi Yamini,

    For the testing purpose, I have applied below mentioned css snippet code for 3DLabel.

    .3Dlbl {

    font-family: Century Gothic;

    font-weight: bold;

    font-style: italic;

    border: 1px solid #000;

    color:red;

    }

    The Same snippet code works for 2DLabel but not for 3DLabel.

    Venkat831-VisitorAuthor
    1-Visitor
    November 21, 2017

    Hi Yamini,

    For the testing purpose, I have applied below mentioned css snippet code for 3DLabel.

    .3Dlbl {

    font-family: Century Gothic;

    font-weight: bold;

    font-style: italic;

    border: 1px solid #000;

    color:red;

    }

    The Same snippet code works for 2DLabel but not for 3DLabel.

    1-Visitor
    July 28, 2018

    Hi,

     

    I am having a similar challenge. I can alter a 3D label's text and background color but not properties such as border-radius. I also check on the ptc site https://support.ptc.com/help/vuforia/studio/en/index.html#page/Studio_Help_Center/Widget3DLabel.html

    and it says border-radius property is editable within a 3D label. Any advice?