Skip to main content

I need to filter out IfcSpace polygons whose Other.Area Scheme Id values are shown as Sections. I can able to filter out these in Inspector's Query tool but I cannot able to filter the same in Workbench after extracting IfcSpace Geometry traits with GeometryPropertyExtractor transformer.

Hi @raghavk1001,

I'm sorry, but the GeometryPropertyExtractor will only expose the extracted trait if it is specified in the Trait to Extract section. Please use an AttributeExposer after the extractor to expose the extracted attributes you want to interact with within the workspace.


Reply