ENTITY polynomial_coefficients
(* SCHEMA iges_curve_and_surface_geometry_schema; *)
   
   ENTITY polynomial_coefficients;
      x_coefficients : ARRAY [0:3] OF REAL;
      y_coefficients : ARRAY [0:3] OF REAL;
      z_coefficients : ARRAY [0:3] OF REAL;
   END_ENTITY;
Explicit Attributes
Entity polynomial_coefficients has the following local and inherited explicit attributes:
| Attribute | Type | Defined By | 
|---|
 |  x_coefficients | ARRAY OF REAL | polynomial_coefficients |  
|  y_coefficients | ARRAY OF REAL | polynomial_coefficients |  
|  z_coefficients | ARRAY OF REAL | polynomial_coefficients |  
 
 | 
Derived Attributes
    No derived attributes
Inverse Attributes
    No Inverse AttributesSupertypes
    No supertypesSubtypes
    No subtypesReferenced By
Entity polynomial_coefficients and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2022-02-01T11:14:58-05:00