Aligning external imported data with your Mechancial Model via Python scripting
jimmy.he@ansys.com | 11.20.2024This article walks users through creating coordinate systems from the coordinates of three non-colinear points, and then using two coordinate systems to align the external imported data with the current Mechanical model. This tool allows users to eliminate the guesswork from the alignment process and improve the accuracy of data alignment.
Getting started with classes in Python Part 4: Hashing & Mutability
james.derrick@ansys.com | 11.18.2024Part-four of this series sees us move from the "basic" knowledge required to understand classes and into more "intermediate" topics - starting with mutability of dataclasses.
Getting started with classes in Python Part 3: Methods and properties
james.derrick@ansys.com | 11.05.2024Part-three in a ten-part series, this article introduces adding methods to your data classes.
Getting started with classes in Python Part 2: `dataclasses`
james.derrick@ansys.com | 10.29.2024Part-two of this series covers constructing one of the simplest and most useful types of class, data classes and the reasons you may want to do this in the first place.
Getting started with classes in Python Part 1: Anatomy of a Class
james.derrick@ansys.com | 10.18.2024In Python you may hear this phrase said a lot "everything is an object", which they are! Objects, that is.
Getting started with classes in Python
james.derrick@ansys.com | 10.17.2024Understand the basics of programming in Python but heard a lot about "classes" without being sure what they are or how they'd be useful to you? This article series is for you.