How to set multiples of 0.8
3002 4 1- Noam Toledano2
- Member
- 1 posts
- Joined: Jan. 2016
- Offline
Hi, I'm an experienced max user and I'm migrating to Houdini so I'm UBER NOOB here and this is my first project in Houdini, so be gentle and extra detailed please :wink:
I am building an asset of a row of chairs and tables, which each table is 0.8 in measure, I have created a curve that is resampled(resample node) with a “maximum segment length” of 0.8.
I now want the curve segments length to correspond with this 0.8 value,
so I created a custom parameter interface that looks like the last image.
and I want the circled values to jump in a 0.8 multiples, is it possible?
Also attached are 2 more images of the curve that I have created and the tables row it self.
Thanks
Noam
I am building an asset of a row of chairs and tables, which each table is 0.8 in measure, I have created a curve that is resampled(resample node) with a “maximum segment length” of 0.8.
I now want the curve segments length to correspond with this 0.8 value,
so I created a custom parameter interface that looks like the last image.
and I want the circled values to jump in a 0.8 multiples, is it possible?
Also attached are 2 more images of the curve that I have created and the tables row it self.
Thanks
Noam
- mzigaib
- Member
- 966 posts
- Joined: April 2008
- Offline
- matthias_k
- Member
- 483 posts
- Joined: Dec. 2006
- Offline
- Noam Toledano
- Member
- 6 posts
- Joined: Dec. 2015
- Offline
- matthias_k
- Member
- 483 posts
- Joined: Dec. 2006
- Offline
:-)
if I understand your images correct…
and if you need more than 2 path segments with chairs/tables + direction via angle…
the you can try something like this for an asset:
create “for each” segment a circle
Primitive Type = Polygon
Radius = desired length
Divisions = 1
Arc Angles first field = your Angle
and place each new “copy/segment” circle center on the previous circle point….
then it should be possible to have a list of length and anle sets to draw the copy curve
if I understand your images correct…
and if you need more than 2 path segments with chairs/tables + direction via angle…
the you can try something like this for an asset:
create “for each” segment a circle
Primitive Type = Polygon
Radius = desired length
Divisions = 1
Arc Angles first field = your Angle
and place each new “copy/segment” circle center on the previous circle point….
then it should be possible to have a list of length and anle sets to draw the copy curve
English is not my native language, sorry in advance for any misunderstanding :-)
-
- Quick Links