Jump to content

Search the Community

Showing results for tags 'vex group exclude'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Lounge/General chat
    • Education
    • Jobs
    • Marketplace
  • Houdini
    • General Houdini Questions
    • Effects
    • Modeling
    • Animation & Rigging
    • Lighting & Rendering + Solaris!
    • Compositing
    • Games
    • Tools (HDA's etc.)
  • Coders Corner
    • HDK : Houdini Development Kit
    • Scripting
    • Shaders
  • Art and Challenges
    • Finished Work
    • Work in Progress
    • VFX Challenge
    • Effects Challenge Archive
  • Systems and Other Applications
    • Other 3d Packages
    • Operating Systems
    • Hardware
    • Pipeline
  • od|force
    • Feedback, Suggestions, Bugs

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Name


Location


Interests

Found 1 result

  1. Hi everyone, I have a small problem I can't figure out. I can't find a clear answer online: I have different group on different points, I want to find the point using nearpoint() function, it's clear in the documentation how to look into a group of points : int nearpoint(<geometry>geometry, string ptgroup, vector pt) but how would you go about looking for points excluded from this group, keeping in mind the groups are created according to the @id of the original point so I can't pinpoint and exact group name. It as to exclude the group of the point behind processed. here is what I have for now : string grp = 'grp_' + itoa(i@id); setpointgroup(0, grp, @ptnum, 1); i@nearpt = nearpoint(1, grp, @P); that will select the point within the processed point's group how to find points excluding all points from this group? thanks a lot!
×
×
  • Create New...