<div dir="ltr">Hi list,<div><br></div><div>I'm trying to add the ability to use a custom dataset as a glyph source in for the default glyph/geometry representation, and I'm stuck at the XML part.</div><div><br></div><div>How things are currently arranged:</div><div><br></div><div>Glyph3DRepresentation has a GlyphType InputProperty, which is controlled by a ProxyListDomain that contains various polydata SourceProxies.</div><div><br></div><div>The GeometryRepresentation has a Glyph3DRepresentation SubProxy.</div><div><br></div><div>It looks like I'd need some way to:</div><div><br></div><div>1) Specify that the GlyphType's ProxyListDomain should use an input connection as valid input.</div><div><br></div><div>2) Add an optional input connection to GeometryRepresentation that is picked up by Glyph3DRepresentation and used for the GlyphType input when the ProxyListDomain is set to "use input" from (1).</div><div><br></div><div>Do these pieces exist, or are there other ways to do this?</div><div><br></div><div>BTW, I'm aware of the custom glyph filter, but that won't work in this scenario -- we need the glyphing to happen at render-time without creating a massive glyphed polydata object in-memory.</div><div><br></div><div>Dave</div></div>