Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get diameter of a circle from list of circles 1

Status
Not open for further replies.

Sahaj Panchal

New member
Apr 18, 2017
1
SG
Hi,
I created a simple list which populates all circles created in a part body:
`PartBody`.Query("Circle", "")
This will keep adding any new circles also that I create later in the design.

Now I want to get the diameter of a circle, say 2nd circle in the list and assign it to a length parameter.
To do so, I did this: Created a length parameter, Length.1 and assigned it a formula:
Length.1 = length(`List.1` ->GetItem(2))

But the value keeps coming as 0mm. What seems wrong here?
Kindly help.
Thanks,
Sahaj.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top