Construct Objects From Surface Faces-Runtime Select

Creates a set of primitive geometric shapes (planes, cylinders, spheres, cones, lines, points, and circles) from CAD surfaces selected by the user at runtime.

 

Input Arguments

 

0

Boolean

Construct Planes?

Indicates whether planes should be constructed.

1

Boolean

Construct Cylinders?

Indicates whether cylinders should be con- structed.

2

Boolean

Construct Spheres?

Indicates whether spheres should be constructed.

3

Boolean

Construct Cones?

Indicates whether cones should be constructed.

4

Boolean

Construct Lines?

Indicates whether lines should be constructed.

5

Boolean

Construct Points?

Indicates whether points should be constructed.

6

Boolean

Construct Circles?

Indicates whether circles should be constructed.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

All possible surfaces were created successfully.

FAILURE

The user pressed ESC at the prompt.

 

Remarks

None.