Expand description
Architectural geometry — free-form surfaces, panelization, grid shells, tensile structures, geodesic domes, structural glass, and parametric facades.
Covers:
GridShell— doubly-curved grid shell with dynamic relaxation form-findingPanelizationResult— planar quad / triangular panel results with tolerance infoPlanarQuadMesh— PQ-mesh from conjugate curve netsTensileStructure— minimal surface / cable net with prestress distributionGeodesicDome— frequency-n geodesic sphere (Class I / II subdivision)StructuralGlass— glass panel sizing under thermal, wind, and self-weightParametricFacade— adaptive solar-responsive facade paneling
Structs§
- Geodesic
Dome - A geodesic dome / sphere approximation.
- Grid
Shell - A doubly-curved grid shell structure.
- Panelization
Result - Result of panelizing a free-form surface.
- Parametric
Facade - Adaptive facade paneling with solar-responsive shading.
- Planar
Quad Mesh - A planar quad mesh (PQ mesh) approximating a free-form surface.
- Structural
Glass - Structural glass panel — sizing under wind, thermal, and self-weight loads.
- Tensile
Structure - A cable-net / tensile membrane structure.
- V3
- Minimal 3D vector for architectural geometry computations.
Functions§
- fit_
plane - Fit a plane to a cloud of points using centroid + covariance PCA (simplified).
- perimeter_
resample - Convert a set of polygon boundary points to a Hermite spline sample.
- point_
to_ plane_ distance - Distance from point
pto the plane defined by(origin, normal)(m). - triangle_
area - Compute the area of a triangle defined by three 3-D points (m²).