diff --git a/src/Plugins/SimplnxCore/src/SimplnxCore/Filters/PartitionGeometryFilter.cpp b/src/Plugins/SimplnxCore/src/SimplnxCore/Filters/PartitionGeometryFilter.cpp index 70e30a417f..a28d7a6220 100644 --- a/src/Plugins/SimplnxCore/src/SimplnxCore/Filters/PartitionGeometryFilter.cpp +++ b/src/Plugins/SimplnxCore/src/SimplnxCore/Filters/PartitionGeometryFilter.cpp @@ -247,9 +247,7 @@ Parameters PartitionGeometryFilter::parameters() const // Create the parameter descriptors that are needed for this filter params.insertSeparator(Parameters::Separator{"Input Geometry Parameters"}); params.insert(std::make_unique(k_InputGeometryToPartition_Key, "Input Geometry to Partition", "The input geometry that will be partitioned", DataPath{}, - GeometrySelectionParameter::AllowedTypes{IGeometry::Type::Vertex, IGeometry::Type::Edge, IGeometry::Type::Triangle, IGeometry::Type::Quad, - IGeometry::Type::Tetrahedral, IGeometry::Type::Hexahedral, IGeometry::Type::Image, - IGeometry::Type::RectGrid})); + IGeometry::GetAllGeomTypes())); params.insert(std::make_unique(k_InputGeometryCellAttributeMatrixPath_Key, "Input Geometry Cell Attribute Matrix ", "The attribute matrix that represents the cell data for the geometry.(Vertex=>Node Geometry, Cell=>Image/Rectilinear)", DataPath{}));