Close

Experimental:Facet POP

Summary

The Facet POP does operations to make points ve shared between multiple primitives, or create new points so that the points are not shared.

Unique Points will create new points so that each vertex of each primitive does not shared a point with any other vertex. (exception: on closed line strips the first vertex and the last vertex refer to the same point, by definition)

Consolidate Points will potentially reduce the number of points by combining points that are within a specified distance tolerance into one point. Then multiple vertices may refer to each point, i.e. "share" a point.

Cusp Polygon will look at all edges between polygons, and if the adjacent two faces to an edge are not aligned within a specified angle tolerance, it will make the edge point unique.

You may follow the Facet POP with a Normal POP which computes the point or vertex normals, giving the surfaces a faceted loop or not.

PythonIcon.pngfacetPOP_Class


Parameters - Facet Page

Group group -

Operation operation - -
  • No Operation none -
  • Unique Points unique -
  • Cusp Polygons cusp -
  • Consolidate Points conspoints -

Angle angle -

Distance dist -

Max Tries maxtries -

Remove Degenerate remove -

Remove Unused Points removeunusedpoints -

Technique technique - -
  • Brute Force bruteforce -
  • Shared Memory sharedmemory -
  • Spatial Grid spatialgrid -
  • Spatial Grid Per Voxel spatialgridpervoxel -

Voxels Grid Resolution gridres -

Specify Bounding Box specifybbox -

Bounding Box bbox -

Copy Topology Info Back to CPU cpureadback -


Parameters - Common Page

Bypass bypass -

Delete Input Attributes delinputattrs -


Operator Inputs

  • Input 0: -


Info CHOP Channels

Extra Information for the Facet POP can be accessed via an Info CHOP.

Common POP Info Channels

Common Operator Info Channels

  • total_cooks - Number of times the operator has cooked since the process started.
  • cook_time - Duration of the last cook in milliseconds.
  • cook_frame - Frame number when this operator was last cooked relative to the component timeline.
  • cook_abs_frame - Frame number when this operator was last cooked relative to the absolute time.
  • cook_start_time - Time in milliseconds at which the operator started cooking in the frame it was cooked.
  • cook_end_time - Time in milliseconds at which the operator finished cooking in the frame it was cooked.
  • cooked_this_frame - 1 if operator was cooked this frame.
  • warnings - Number of warnings in this operator if any.
  • errors - Number of errors in this operator if any.


TouchDesigner Build: