<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Dear community,</p>
<p><br>
</p>
<p>I'm having a hard time figuring out how to set the "Scalars" property of a glyph object with the C++ API.</p>
<p>In Python it's as easy as: glyph.Scalars=['POINTS', 'ScaleByThis']</p>
<p><br>
</p>
<p>In C++ I would assume something like: <span>vtkSMPropertyHelper(glyph, "Scalars", true).Set("['POINTS', 'Diameters']");</span></p>
<p><span><br>
</span></p>
<p><span>But this unfortunately doesn't work. I cannot seem to find any examples or documentation on this. If someone has an example or the relevant documentation for setting this property, could you please share it with me?</span></p>
<p><span><br>
</span></p>
<p><span>It would be great if you could let me know how I can find out how to set a certain property of a source or filter, so that I don't need to ask such questions in the future
<span>😊</span></span></p>
<p><span><br>
</span></p>
<p>Best,</p>
<p>Jimmy</p>
</div>
</body>
</html>