Construct Geometry From Surfaces    

Constructs lines, circles, and cylinders from surface’s cylinder faces within specified diameter constraints.

 

Input Arguments

 

0

Collection Object Name Ref List

Surfaces

The surfaces used to create geometry.

1

Double

Minimum Diameter

The minimum diameter of surface cylinder.

2

Double

Maximum Diameter

The maximum diameter of surface cylinder.

3

Geometry Mode Type

Geometry Mode

Choose between line, circle or cylinder.

4

Collection Object Name

Reference Frame

Designate a frame of reference.

5

Collection Name

Destination Collection Name

Name of collection where created geometries will reside.

6

String

Base Name

The prefix of the name of each created geometry.

 

Return Arguments

 

7

Collection Object Name Ref List

Geometry Objects

The resulant geometries are created

 

Returned Status

 

SUCCESS

The geometries are created successfully.

FAILURE

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

 

Remarks

This will construct lines, circles, and cylinders from surface cylinder faces within specified diameter constraints.