formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Generative Objects
Description
Surface scatter justification identifiers. They determine how the scattered objects are placed relative to the surface. With FZ_SURF_SCATTER_JUSTIFY_ORIGIN, the objects origin is positioned on the surface, before offset. With FZ_SURF_SCATTER_JUSTIFY_ABOVE, FZ_SURF_SCATTER_JUSTIFY_CENTER, FZ_SURF_SCATTER_JUSTIFY_BELOW, the extents of the object are used to position the copies at the specified position relative to the surface, before offset
enum fz_surf_scatter_justify_enum {
FZ_SURF_SCATTER_JUSTIFY_ABOVE,
FZ_SURF_SCATTER_JUSTIFY_CENTER,
FZ_SURF_SCATTER_JUSTIFY_BELOW,
FZ_SURF_SCATTER_JUSTIFY_ORIGIN };
Members
FZ_SURF_SCATTER_JUSTIFY_ABOVE
Before offset, object is positioned above a plane defined by a surface point and the surface normal at that point
FZ_SURF_SCATTER_JUSTIFY_CENTER
Before offset, object is centered on a plane defined by a surface point and the surface normal at that point
FZ_SURF_SCATTER_JUSTIFY_BELOW
Before offset, object is positioned below a plane defined by a surface point and the surface normal at that point
FZ_SURF_SCATTER_JUSTIFY_ORIGIN
Before offset, objects origin is positioned on a surface point
Availability
8.5.0.1
Defined in