Skip to content

Coordinate system #367

Closed Answered by heetrojivadiya
bhnizar asked this question in Q&A
May 14, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hey @bhnizar,

Thank you for reaching out to us. Yes, it is possible with BaseSettings().

from RFEM.initModel import Model
from RFEM.enums import GlobalAxesOrientationType, LocalAxesOrientationType
from RFEM.baseSettings import BaseSettings

Model(True, 'Demo1')
BaseSettings(global_axes_orientation=GlobalAxesOrientationType.E_GLOBAL_AXES_ORIENTATION_ZUP, local_axes_orientation=LocalAxesOrientationType.E_LOCAL_AXES_ORIENTATION_ZUP)

I hope this will work for you.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bhnizar
Comment options

Answer selected by heetrojivadiya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants