🎉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

Simlab Scripting

User: "Skull"
Altair Community Member
Updated by Skull

I made an edge group of two edges by using 'Select Features' on a body. Now I want to create a coordinate system by calling edges from that group by using 'SimlabDoc.GetEntityFromGroup'.

But since their are two edges in the group, Simlab is not creating the Coordinate System from the required edge group. Any Help?

 

Is it possible to call each edge from the group, like we can do with arrays?

 

Part of the code is attached for reference.

<?xml version="1.0" encoding="UTF-8"?>image.thumb.png.34a108285efb5ceaacb80137692cdbeb.png

 

 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Kamalraj"
    Altair Employee
    Updated by Kamalraj

    Hi,

     

    That EdgeIdLocalRemesh3 variable may contain more than 1 edge ID's. If we send one ID to create LCS then it wont be problem. So please give the edge input for LCS creation like below.,

    '<Edge>'+ EdgeIdLocalRemesh3[0] +'</Edge>\'

     

    Also attached a sample script for your reference.

    Unable to find an attachment - read this blog