Message 1 of 2
Get reference Upper on rebar 51
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
this line code work on some rebar 51 for retreive reference of upper face.
var reppref = $"{rebar51.UniqueId}:2000000:{1002000+typ}:LINEAR";
var refr = Reference.ParseFromStableRepresentation(rebar51.Document, reppref);
Iin programming is there a simpler method ?
That is to get instance 'Reference' upper top face of the rebar form '51' (Rebar) ???
Thank.