Construct Circles (Lines) From Surfaces

Creates circles or lines from surfaces that may have no thicness within specified diameter constraints

 

Input Arguments

 

0

Collection Object Name Ref List

Surfaces

The names of the surfaces

1

Double

Minimum Diameter

The minimum diameter of the circle from surface.

2

Double

Maximum Diameter

The maximum diameter of the circle from surface.

3

Double

Tolerance

The toleranc for each circle.

4

Circle Line Mode Type

Circle Line Mode

Choose between circle or line.

5

Collection Name

Destination Collection Name

The collection where created geometry will reside.

6

String

Base Name

The Prefix of the created geometry name.

 

Return Arguments

 

7

Collection Object Name Ref List

Geometry Objects

The resultant geometries

 

Returned Status

 

SUCCESS

All possible circles or lines were created successfully.

FAILURE

Reference surface could not be found or no geometry found within diameter constraints.

 

Remarks

This will construct circles or lines from surfaces that may have no thickness within specified diameter constraints.