Skip to content

pytha.delete_element_ref_point

fabian-flassig edited this page Jul 9, 2020 · 2 revisions

Deletes a reference point for a single element or a table of elements.

Similar to the Attributes -> Reference points -> Delete function in the PYTHA user interface.

pytha.delete_element_ref_point(element [,index]) 
Parameter Type Description
element element_handle or {...} A single element handle or a table of element handles
index integer Optional: Index of the reference point

Additional information

If index is not specified or set to -1, all reference points of element will be deleted.

Deleting a reference point will shift all higher indices one forward.

See also:

pytha, element handles, create_element_ref_point, get_element_ref_point_coordinates

Clone this wiki locally