feat: HVAC ductwork + DWV plumbing systems (#402)
Adds two new MEP node families (HVAC ductwork, DWV plumbing) built on a shared port-connectivity model. Co-authored by @sudhir9297.
This commit is contained in:
@@ -26,6 +26,7 @@ const DownspoutPreview = ({
|
||||
routing?: DownspoutRouting | null
|
||||
invalid?: boolean
|
||||
}) => {
|
||||
// biome-ignore lint/correctness/useExhaustiveDependencies: deps deliberately list the build inputs; depending on the whole object would rebuild on unrelated field changes.
|
||||
const geometry = useMemo(
|
||||
() => buildDownspoutGeometry(node, routing),
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user