cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

CSS Style not working in 3D-Label Streaming Data

Venkat83
1-Newbie

CSS Style not working in 3D-Label Streaming Data

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.

4 REPLIES 4
ytella
17-Peridot
(To:Venkat83)

Hi Venkatesh,

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

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.

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.

lcase
9-Granite
(To:Venkat83)

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?

Top Tags