Message 1 of 1
modify rebar in Rebarcontainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
I have a rebarcontainer with 3 rebar inside..
I would to know if is it possible to modify the lenght of the rebar?
Dim RebSet As RebarContainer = TryCast(el, RebarContainer)
Dim rebiter As RebarContainerIterator = RebSet.GetRebarContainerIterator
For Each rebIte As RebarContainerItem In RebSet
Next
I use this code for the container and I can read some informations, but I can't find a way to cast the rebar inside and modify it..
thanks
Stefano