Example (for what it's worth): myGroupDBID = axlDBCreateGroup("MYVIAS", "generic", nil) axlDBAddGroupObjects(myGroupDBID, viaList) In your use model it is unnecessary to use a group. You can use axlTransformObject to achieve your result. eg. axlTransformObject(viaList, ?angle myAngle, ?origin myRotateAroundPoint)
↧