[Name] PC_TYPE [Description] PC_TYPE is a convenience type to provide a selection of data types valid for point cloud components in various contexts. It simplifies offering a choice of the standard numerical types used in these contexts, and allows customization for instances where additional types must be made available. 1. A wildcard ("*") : Shows the standard numerical types supported by point cloud components: Real64 Real32 UInt64 UInt32 UInt16 UInt8 Int64 Int32 Int16 Int8 2. A literal string specifying an additional type. In certain contexts values like String, Preserve, and Auto might be specified like this. In a Transformer (*.fmx) File Syntax PARAMETER_NAME: PARAMETER_TYPE: PC_TYPE [%]* PARAMETER_PROMPT: