&SUBTYP(obj)
Returns the subtype value of the three different conic types to a receiving variable or GRIP statement.
Read Only - Number - [1..3]
1 = Ellipse
2 = Hyperbola
3 =
Parabola
NOTE: The object type values for the two conic types of ellipse and
hyperpola are different in User Function. User Function defines the following
values in the header file uf_object_types.h:
UF_conic_ellipse_subtype 2
UF_conic_hyperbola_subtype 4
The GRIP object types will be adjusted in V12.0 so that they match the User Function string defined values.
Parameter |
Description |
Ellipse |
Indicates that the specified object is an ellipse. |
Hyperbola |
Indicates that the specified object is a hyperbola. |
Parabola |
Indicates that the specified object is a parabola. |