🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

how can i delete the wrong line in the geometric

User: "felix_21724"
New Altair Community Member
Updated by felix_21724

Delete the following entities is impossible :
Line[429]  used by others entities.
.
Check that they are not used by another objects by using 'Find usages' method.
 

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Alejandro RodrĂ­guez"
    Altair Employee
    Updated by Alejandro RodrĂ­guez

    Hello Felix,

    This warning message arises since the line is used by another entities, most likely by faces or volumes. You can check these usages by using “find usages” command. I advise you to check these dependences carefully before deleting your line. I advise you to delete first all the entities using the line and them delete the line itself in the usual way.  

    Another possible solution is just use the command 'force delete' over the line, instead of 'delete' command. It will works and all the entities depending on the line will be also deleted. Anyway, I only advise you to use this second method once you are totally sure about what entities are using the line (and, thus, what entities will be deleted).

    Best regards,

    User: "felix_21724"
    New Altair Community Member
    OP
    Updated by felix_21724

    thanks, Alejandro!