Message 1 of 1
Create free form rebar using RebarUpdateServer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi folks,
I've replicate the SDK sample for deploying the RebarUpdateServer interface although when I generate the rebar, it returns a null value.
Rebar rebar = Rebar.CreateFreeForm(doc,RebarUpdateServer.SampleGuid,rebarType,hostObject);
if(rebar != null){
string sth = rebar.Name;
}
tr.Commit();
I need some directions to get the rebar object and then set the distribution path, number of bars and profile. How can I proceed after setting up the interface and registering it to the server?
Best regards,
Miguel G.