Skip to content

vsdsantos/PyFemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyFemap

Useful tools for interfacing Femap with Python

Instalation

To use the Femap interface you must pip install pywin32 and run the script

import sys
from win32com.client import makepy
sys.argv = ["makepy", "-o PyFemap.py", r"{YOUR FEMAP INSTALATION DIRECTORY}\femap.tlb"]
makepy.main()

source: https://community.sw.siemens.com/s/article/writing-the-femap-api-in-python

About

Useful tools for interfacing Femap with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages