Adds two new MEP node families (HVAC ductwork, DWV plumbing) built on a shared port-connectivity model. Co-authored by @sudhir9297.
4 lines
150 B
TypeScript
4 lines
150 B
TypeScript
export { ductSegmentDefinition } from './definition'
|
|
export { buildDuctSegmentGeometry } from './geometry'
|
|
export { DuctSegmentNode } from './schema'
|