Stefan Bender 7 Posted March 6, 2020 Hi all, how can I find out if an object style has user-provided 2D components or not? Or more precisely, if a given 2D component (top, front, back...) is user-provided or not? I can't seem to find an SDK function for that? Thanks for a short note, Stefan Bender Quote Share this post Link to post
Pat Stanford 1,520 Posted March 8, 2020 I don't know about the SDK, but in Vectorscript it looks like it is Objects-Custom: Get2DComponentGroup. Specify which "view" you want and get a handle to the group containing the object. Returns Nil if no group (ie no component for that view). Quote Share this post Link to post
Stefan Bender 7 Posted March 9, 2020 Thanks, but this function just returns a handle to a group. It doesn't tell you if the group was created by the user or by the PIO. Quote Share this post Link to post