get_component_filepath#

UserDefinedComponent.get_component_filepath() str#

Get 3d component file path.

Returns:
str

Path of the 3d component file.

Examples

>>> from ansys.aedt.core.modeler.cad.components_3d import UserDefinedComponent
>>> obj = UserDefinedComponent()
>>> obj.get_component_filepath()