ENTITY patch

(* SCHEMA iges_curve_and_surface_geometry_schema; *)
   
   ENTITY patch;
      x_coefficients : ARRAY [0:15] OF REAL;
      y_coefficients : ARRAY [0:15] OF REAL;
      z_coefficients : ARRAY [0:15] OF REAL;
   END_ENTITY;

Explicit Attributes

Entity patch has the following local and inherited explicit attributes:
AttributeTypeDefined By
 x_coefficientsARRAY OF REALpatch
 y_coefficientsARRAY OF REALpatch
 z_coefficientsARRAY OF REALpatch

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity patch and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 parametric_spline_surface_entity ENTITY patch


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2022-02-01T11:14:58-05:00