Skip to content

This is a fusion 360 add-in that converts the origin to match the center of mass.

Notifications You must be signed in to change notification settings

LUKE-hyungjin/fusion360_CenterOfMass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

fusion360_CenterOfMass

Fusion360 Add-in code that aligns the origin of the component to the origin of the center of mass.
See the blog below for more information on how to use it.
Fusion360 center of mass

Installation

Go into the git hub below, download the code, and extract it. (Download ZIP)
image

Run the following command in your shell.

Windows (In PowerShell)
cd <path to fusion360_CenterOfMass-main>
Copy-Item ".\centerofmass\" -Destination "${env:APPDATA}\Autodesk\Autodesk Fusion 360\API\Scripts\" -Recurse
macOS (In bash or zsh)
cd <path to fusion360_CenterOfMass-main>
cp -r ./centerofmass "$HOME/Library/Application Support/Autodesk/Autodesk Fusion 360/API/Scripts/"

Successful if added to Fusion 360 add-in as shown in the picture below
image

Can Use

  • 1 component
    image
  • Multiple components
    image
  • Multiple bodies within a component
    image

Can't Use

  • Running on a body unit rather than on a component unit will not work
  • Using Addin, hanging or moving joints and running Addin again causes problems with the center of mass origin
  • Assembly does not work if there is an assembly in the assembly

Working Picture

image

About

This is a fusion 360 add-in that converts the origin to match the center of mass.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages