obj list = SIMCRV/obj list1[,BLANK|,DELETE][,TOLER,t][,CNT,c]
Allows you to create a string of best fit lines and arcs from a string of specified curves.
You can use the optional minor words BLANK and DELETE to blank or delete the original curves following the operation. If you specify neither of these minor words, the system maintains the original curves.
The system returns an object list of arcs and lines created.
Parameter |
Description |
obj list1 |
A list of object identifiers for the curves to be simplified. |
BLANK |
Optional minor word indicating that you want to blank the original curves. |
DELETE |
Optional minor word indicating that you want to delete the original curves. |
TOLER |
Optional minor word indicating that a distance tolerance value follows. If none is specified, the default is the value set in the Unigraphics option Preferences—>Modeling. You can also read and set this tolerance using the GPA &DISTOL. |
t |
The distance tolerance which is used to best fit the lines and arcs to the specified curves. |
CNT |
Optional minor word indicating that a number is to be returned. |
c |
A variable that returns the number of objects created. |