Graphics3DArticulationFile# class ansys.stk.core.stkobjects.Graphics3DArticulationFile# Class defining the vo articulation file. Overview# Methods reload Reload articulation file. Properties filename Path and file name of articulation file. Import detail# from ansys.stk.core.stkobjects import Graphics3DArticulationFile Property detail# property Graphics3DArticulationFile.filename: str# Path and file name of articulation file. Method detail# Graphics3DArticulationFile.reload(self) → None# Reload articulation file. Returns: None