Model.GetLatitudeLineHandles#
- Model.GetLatitudeLineHandles(collection1, collection2, selection_type)#
Finds and shows in HyperMesh the handles of latitude lines stored into
collection1.- Parameters:
collection1 (Collection) – The collection containing the entities. Valid entities are only lines.
collection2 (Collection) – The collection containing the entities. Valid entities are only lines.
selection_type (int) –
Selection type for latitude lines. Valid values are:
1 - For single latitude lines selection.
2 - For group latitude lines selection.
Note
Valid entity_type1 value for latitude lines is LINES, and valid selection_type value is 1. If you want to see the handles of a latitude lines group, you need to select two ribs that are stored into mark_id2. Valid entity_type2 value for ribs is LINES and valid selection_type value is 2.