kubabuk Posted April 9, 2009 Share Posted April 9, 2009 Hi all, I can't overcome this problem. How do I access string attribute stored in a point? Help says strings are added as index attributes, and indeed I am getting various integer values but how can get a string itself? Thanks. kuba Quote Link to comment Share on other sites More sharing options...
Jason Posted April 9, 2009 Share Posted April 9, 2009 Hi all, I can't overcome this problem. How do I access string attribute stored in a point? Help says strings are added as index attributes, and indeed I am getting various integer values but how can get a string itself? Thanks. kuba Use the points() expression. / -> exhelp points string points (string surface_node, float point_number, string attribute) EXAMPLES | points("/obj/geo1/facet1", 3, "instance") | Returns the string associated with the string attribute "instance" for point 3 in the facet1 surface node in geo1. REPLACED BY - hou.Geometry - hou.Point Quote Link to comment Share on other sites More sharing options...
kubabuk Posted April 9, 2009 Author Share Posted April 9, 2009 Thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.