Charles Pandian
Charles Pandian
Hello Evan, I am receiving the following error while using it as per your suggestion. **decoration->SetAttribute ("Height", OptionalValue (2.0));** _../scratch/throughput-sink-example-netsimulyzer.cc: In function ‘int main(int, char**)’: ../scratch/throughput-sink-example-netsimulyzer.cc:155:39: error: ‘OptionalValue’ was not...
Thank you for your prompt reply. I will try this and update you with the results. Charles Pandian
Mr. Evan and bpe2, For your information, 'Scale' is working good. (The reason for my misunderstanding was due to the abnormal height of the 3D model that I used) But...
Hello Evan and bpe2, It is working. Sorry. It was my mistake. I didn't used Netsimulyzer name space. Now setting "height" is working. The clue was in the error message...
Hello Evan and bpe2, Setting Height is working without any error. But, the output is not as I expected. I am trying to set a landscape image as a 'simulation...
Hello Evan, So, I just misunderstood the scope of implementation of the “height” attribute. Ok. Thank you for the clarification. Charles Pandian, On Tue, Oct 19, 2021 at 11:29 PM...
Hello Evan and bpe2, Just I want to share the information about a change that I did in _Model.cpp_ of "NetSimylyzer 3D Visualization tool" to change the behavior of the...
Hello Evan, Yes. This kind of dimension specific scaling will be useful to modify the original shape/dimension of 3D model as per our need. **Suggestion:** But, we may avoid this...
In fact I do not understand what you mean by "API break" here. Because, simply, we are going to pass a 3d vector instead of a double. Whether we are...
Hello Evan, ``` // Old uniform scale decoration->SetScale(10.0); // Non-uniforn scale decoration->SetScale(1.0, 10.0, 1.0); ``` Yes. The above will be a good temporary solution. But in the .json file, you...