Page 1 of 1

CopySelectedElementsFromList in EdgeList Beam

PostPosted: Fri Nov 04, 2016 6:05 pm
by MMarco88
Hi, I have a problem with this part of the code (description below)

Version: 2016.9.09

EdgeList BondAnch Geometry {
// Section o m HighStrengthSteel r 5.18 mm i 5 p 12
// ReferenceSystem UP
Generate {
Rebars {
ReferenceSystem RBR
LengthUnits mm
Translate 0 0 -90 // -heff
RebarLength 190 // heff + 90
MaxElementSize 4
}
}
}
/*
EditNodeList {
Select cz < 0 mm
}
}
Select 2n
}
*/
NodeList BondAnch {
Select cz < 0 mm
Make NodeList EmbeddedNodes
}
EdgeList BondAnch Geometry {
Select 2n
}
//
EdgeList BAR Beam {
Section o m HighStrengthSteel r 5.18 mm i 5 p 12
CopySelectedElementsFromList BondAnch
}
EdgeList BondAnch {
InvertSelection
}
//
EdgeList ElBAR Beam {
Section o m HighStrengthSteel r 5.18 mm i 5 p 12
CopySelectedElementsFromList BondAnch
}

I need to create e beam which is partially connected with the LDPM and partially not. For this reason I am creating a beam, selecting the nodes where the beams need to be connected to the concrete (cz < 0 mm) and select the elements which have both the nodes selected (select 2n).

At that point I want to create a Beam (BAR) and copy the elements that I have just selected using this command CopySelectedElementsFromList.

I get this error:

...
Reading EdgeList BAR
============================================================
F A T A L E R R O R
FATAL ERROR while reading file Run.mrs at line 227
CopySelectedElementsFromList BondAnch
^
* * * Invalid entry in Beam list * * *
============================================================

Am I doing something wrong or the command is not implemented for the EdgeList? And if so, can you implement it?

Thanks

Re: CopySelectedElementsFromList in EdgeList Beam

PostPosted: Fri Nov 04, 2016 6:22 pm
by zhouxinwei
I will add the new feature in next release.

Re: CopySelectedElementsFromList in EdgeList Beam

PostPosted: Thu Nov 10, 2016 5:20 pm
by zhouxinwei
The feature is implemented in version 2016.11.18.