Adobe Product Representation Compact (PRC) Feature Representation
In addition to the generic FME feature attributes that FME Workbench adds to all features (see About Feature Type Attributes), this format also adds format-specific attributes (Format Attributes).
PRC elements (features) consist of geometry and geometry attributes. All PRC elements have one predefined attribute, prc_type, which identifies the type of the geometry.
Geometry types are 3D (x,y,z) and prc_tesselation, prc_set, and prc_product_occurrence can contain texture and normal coordinates.
All PRC geometry attributes are optional
Attribute Name |
Contents |
---|---|
prc_type |
The type of geometry read from the table. This attribute will contain one of: prc_pointset prc_polyline prc_tesselation prc_set prc_product_occurrence Default: No default |
prc_feature_name | The specified name of the node representing the feature. |