PFA an image that shows a processor in STATE_BREAKDOWN.
During this state (and any other), a rectangular box colored in yellow appears at the periphery of the FR (here, processor). Is it possible to change this color?
PFA an image that shows a processor in STATE_BREAKDOWN.
During this state (and any other), a rectangular box colored in yellow appears at the periphery of the FR (here, processor). Is it possible to change this color?
Add the following code to your object's Custom Draw Trigger and set whatever red/green/blue values you want:
if (getvarnum(current,"nrofstops") > 0) { fglDisable(GL_LIGHTING); double r = 138; double g = 43; double b = 226; drawrectangle(-0.2,0.2,0, 0.1,1.4, 0,0,0, r,g,b); drawrectangle(1.1,0.2,0, 0.1,1.4, 0,0,0, r,g,b); drawrectangle(-0.1,0.2,0, 1.2,0.1, 0,0,0, r,g,b); drawrectangle(-0.1,-1.1,0, 1.2,0.1, 0,0,0, r,g,b); fglEnable(GL_LIGHTING); } return 1; // skip the default draw code (don't draw the yellow rectangle)
8 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved