Polywire..non uniform wire radius?

   8866   2   2
User Avatar
Member
350 posts
Joined: June 2016
Offline
Trying to use Polywire SOP with a line and a Carve SOP so that the radius of the line is different along its length.

However any changes to the Wire Radius in Polywire always affect the entire line length.
Is there any way to accomplish this?
User Avatar
Member
8517 posts
Joined: July 2007
Online
Polywire SOP is one of the nodes that still take local variables
so you can use @width/2 or @pscale or @mycustomradiusattrib in the Wire Radius Parameter

EDIT: of course assuming you have such point attribute on the input curves
Edited by tamte - Aug. 7, 2018 18:39:02
Tomas Slancik
FX Supervisor
Method Studios, NY
User Avatar
Member
181 posts
Joined: Feb. 2013
Offline
tamte
EDIT: of course assuming you have such point attribute on the input curves

In case anyone is unfamiliar with how to do that, here's an example using a ramp:



Point wrangle:

float ramp_position = fit(float(@ptnum), 0, @numpt, 0, 1);
f@width = chramp('Sweep_Profile', ramp_position);




PolyWire:

  • Quick Links