Quantity measure target in build system #3

Open
opened 2024-07-07 17:04:10 -07:00 by aniva · 0 comments
Owner

Purpose

We may want to summarize the structural properties using a few quantities. This could be mass, torque, etc.

Syntax

class Parameters(Model):

    @quantity(name="shear-strength", unit="N")
    def wing_joint_shear_strength(self):
        return self.panel_thickness * self.join_width * Materials.ACRYLIC_TRANSPARENT.shear_strength
## Purpose We may want to summarize the structural properties using a few quantities. This could be mass, torque, etc. ## Syntax ```python class Parameters(Model): @quantity(name="shear-strength", unit="N") def wing_joint_shear_strength(self): return self.panel_thickness * self.join_width * Materials.ACRYLIC_TRANSPARENT.shear_strength ```
aniva added the
part/Structure
category
tool
labels 2024-07-07 17:04:10 -07:00
aniva self-assigned this 2024-07-07 17:04:10 -07:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: aniva/Cosplay#3
No description provided.