buffalo_wings.wing.JoinSpec
- class buffalo_wings.wing.JoinSpec(id, left, right, continuity, weight=None, tangent_scale='auto')[source]
Bases:
objectContinuity constraint across a panel interface.
Attributes
Unique join identifier.
Left-hand side of the join relationship.
Right-hand side of the join relationship.
Requested continuity level across the join.
Optional enforcement weight for the join.
Tangent scaling used for
G1joins.- id: str
Unique join identifier.
- left: JoinSideSpec
Left-hand side of the join relationship.
- right: JoinSideSpec
Right-hand side of the join relationship.
- continuity: JoinContinuity
Requested continuity level across the join.
- weight: float | None
Optional enforcement weight for the join.
- tangent_scale: float | Literal['auto']
Tangent scaling used for
G1joins.