Discover Learn Reference Get OpenPLXSearch Contact

MachineModeling/Rippers/Connections/PowerAngle/Internal/Base.openplx

Base

Base is MachineModeling.Connections.Base:
    .doc: """
    Connects the frame to the shank
    """
    frame is Rippers.Components.Frame.Base with Rippers.Components.Frame.Traits.ShankConnectors reference
    shank is Rippers.Components.Shank.Base reference
    shank_angle is Real
    left_hinge is MachineModeling.Connections.Pivot.Hinge:
        hinge.initial_angle: shank_angle
        from: frame.left_shank_connector
        to: shank.left_frame_connector

    right_hinge is MachineModeling.Connections.Pivot.Hinge:
        hinge.initial_angle: shank_angle
        from: frame.right_shank_connector
        to: shank.right_frame_connector

OpenPLX is a work in progress. This draft version will evolve with user feedback and experience. We welcome your input and collaboration.
X