Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

How do you get the polygon count and world-space coordinates of an object?

How do you get the polygon count and world-space coordinates of an object?

Anonymous
Not applicable
350 Views
1 Reply
Message 1 of 2

How do you get the polygon count and world-space coordinates of an object?

Anonymous
Not applicable
Like the title says.

1) How do you get the polygon count of an object?

2) How do you get the world-space coordinates of an object/face?

Thanks.
0 Likes
351 Views
1 Reply
Reply (1)
Message 2 of 2

haggi
Enthusiast
Enthusiast
1) polyInfo -f yourobject;
2) xform -q -t -ws yourobject;
0 Likes