Muscle
Type name: Muscle
Extends AnatomicalStructure
Name |
Type |
Description |
action |
Text |
The movement the muscle generates. |
antagonist |
Muscle |
The muscle whose action counteracts the specified muscle. |
bloodSupply |
Vessel |
The blood vessel that carries blood from the heart to the muscle. |
insertion |
AnatomicalStructure |
The place of attachment of a muscle, or what the muscle moves. |
muscleAction |
Text |
The movement the muscle generates. |
nerve |
Nerve |
The underlying innervation associated with the muscle. |
origin |
AnatomicalStructure |
The place or point where a muscle arises. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["The `Muscle` type, extending `AnatomicalStructure`, describes specific muscle properties and relationships within the body."],["Key properties include `action`, `antagonist`, `bloodSupply`, `insertion`, `muscleAction`, `nerve`, and `origin`, providing details about muscle function, connections, and movement."],["Each property is associated with a specific data type like `Text`, `AnatomicalStructure`, `Vessel`, or `Nerve` for accurate representation."],["`action` and `muscleAction` both define the movement a muscle generates."],["Properties like `antagonist`, `bloodSupply`, `nerve`, `origin`, and `insertion` provide details about opposing muscles, blood supply, nerve connections, and attachment points."]]],["The core information describes the `Muscle` type, which is a subtype of `AnatomicalStructure`. Key actions include defining a muscle's `action` and `muscleAction` (the movement it generates), identifying its `antagonist` (counteracting muscle), and specifying its `bloodSupply` (vessel delivering blood). Additional data includes `insertion` (attachment point), `nerve` (innervation), and `origin` (muscle's starting point).\n"]]