In the working environment we have the license and library AirElectricalAutomation to work with electrical bundles. From the API I can get values like "Bend Radius" and "Diameter". But two of the properties are still nowhere to find, which are "Computed Bend Radius" and "Bend Radius Ratio".
For property like Diameter, I can get using following code:
ElecAttrAccess attrAccess = bundleSeg.GetElecAttrAccess();
string diameter = attrAccess.Get("Elec_Diameter");
bundleSeg is in type of EhiBundleSegment. This class and ElecAttrAccess both come from the lib AirElectricalAutomation.
But for "Computed Bend Radius" and "Bend Radius Ratio" I cannot get values via same approach.
Could someone help me with the issue? Thank you.
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP