You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
struct LocalizationFeature{R,M}
descriptor::FeatureDescriptor
rough::R
machined::Mendconst HoleLocalizationFeature = LocalizationFeature{R,M} where {R<:AbstractHoleGeometry,M<:AbstractHoleGeometry}
const PlaneLocalizationFeature = LocalizationFeature{R,M} where {R<:AbstractPlaneGeometry,M<:AbstractPlaneGeometry}
R and M must be handled separately, because it is possible, that those are of different types (a mesh hole type and a primitive hole type for example).
Does it change if #3 will be merged?
The text was updated successfully, but these errors were encountered:
Current implementation:
Can I replace it with something like:
R
andM
must be handled separately, because it is possible, that those are of different types (a mesh hole type and a primitive hole type for example).Does it change if #3 will be merged?
The text was updated successfully, but these errors were encountered: