getArcEdgeAttributes
Overview
This utility is used to extract center point and radius of given arc edge.
Syntax
ArcCenterPt,Rad = simlab.getArcEdgeAttributes('EdgeGroupName')
(or)
ArcCenterPt,Rad = simlab.getArcEdgeAttributes('ModelName',EdgeID)
User Case
- To create orphan node at center of arc edge, which can be used for distance calculation between nodes
- To align cylinders using the radius of arc edge
Utility Input/output

Note: Sample Script