ENTITY geometric_entity

(* SCHEMA iges_curve_and_surface_geometry_schema; *)
  ENTITY geometric_entity
    ABSTRACT SUPERTYPE OF (ONEOF (circular_arc_entity,
		                  composite_curve_entity,
				  conic_arc_entity,
				  coordinate_pairs_entity,
				  coordinate_triples_entity,
				  coordinate_sextuples_entity,
				  linear_path_entity,
				  simple_closed_planar_curve_entity,
				  plane_entity,
				  line_entity,
				  parametric_spline_curve_entity,
				  parametric_spline_surface_entity,
				  point_entity,
				  ruled_surface_entity,
				  surface_of_revolution_entity,
				  tabulated_cylinder_entity,
				  transformation_matrix_entity,
				  flash_entity,
				  rational_bspline_curve_entity,
				  rational_bspline_surface_entity,
				  offset_curve_entity,
				  offset_surface_entity,
				  boundary_entity,
				  curve_on_a_parametric_surface_entity,
				  bounded_surface_entity,
				  trimmed_parametric_surface_entity,
                                  plane_surface_entity,
                                  right_circular_cylindrical_surface_entity,
                                  right_circular_conical_surface_entity,
                                  spherical_surface_entity,
                                  toroidal_surface_entity))
    SUBTYPE OF (directory_entry);
				  
    level      : entity_level;
    view       : entity_view;
    transformation    : transformation_matrix_entity;
    label_display     : label_display_entity;
    blank      : blank_status;
    color         : entity_color;
  END_ENTITY;

Explicit Attributes

Entity geometric_entity has the following local and inherited explicit attributes:
AttributeTypeDefined By
 labelSTRINGdirectory_entry
 subscriptINTEGERdirectory_entry
 associationsLIST OF associativities (SELECT)directory_entry
 propertiesLIST OF properties (SELECT)directory_entry
 levelentity_level (SELECT)geometric_entity
 viewentity_view (SELECT)geometric_entity
 transformationtransformation_matrix_entity (ENTITY)geometric_entity
 label_displaylabel_display_entity (ENTITY)geometric_entity
 blankblank_status (ENUM)geometric_entity
 colorentity_color (SELECT)geometric_entity

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity geometric_entity inherits from the following supertypes:
  directory_entry

Subtypes

Entity geometric_entity has the following subtypes:
    boundary_entity*     bounded_surface_entity*     circular_arc_entity*     composite_curve_entity*     conic_arc_entity*     coordinate_pairs_entity*     coordinate_sextuples_entity*     coordinate_triples_entity*     curve_on_a_parametric_surface_entity*     flash_entity*     line_entity*     linear_path_entity*     offset_curve_entity*     offset_surface_entity*     parametric_spline_curve_entity*     parametric_spline_surface_entity*     piecewise_curve_entity     planar_piecewise_curve_entity     plane_entity*     plane_surface_entity*     point_entity*     rational_bspline_curve_entity*     rational_bspline_surface_entity*     right_circular_conical_surface_entity*     right_circular_cylindrical_surface_entity*     ruled_surface_entity*     simple_closed_planar_curve_entity*     spherical_surface_entity*     surface_of_revolution_entity*     tabulated_cylinder_entity*     toroidal_surface_entity*     transformation_matrix_entity*     trimmed_parametric_surface_entity*
* - Immediate Subtypes

Referenced By

Entity geometric_entity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 boundary_entity ENTITY geometric_entity
 bounded_surface_entity ENTITY geometric_entity
 curve_boundary ENTITY geometric_entity
 curve_on_a_parametric_surface_entity ENTITY geometric_entity
 datum SELECT directory_entry
 directory_entry ENTITY geometric_entity
 flash_entity ENTITY geometric_entity
 geometric_or_connect_point SELECT geometric_entity
 geometry_entities SELECT geometric_entity
 offset_curve_entity ENTITY geometric_entity
 offset_surface_entity ENTITY geometric_entity
 plane_entity ENTITY geometric_entity
 ruled_surface_entity ENTITY geometric_entity
 surface_of_revolution_entity ENTITY geometric_entity
 tabulated_cylinder_entity ENTITY geometric_entity
 trimmed_parametric_surface_entity ENTITY geometric_entity
 solid_of_revolution_entity ENTITY geometric_entity
 solid_of_linear_extrusion_entity ENTITY geometric_entity
 curve_dimension_entity ENTITY geometric_entity
 connect_point_entity ENTITY geometric_entity
 flow_entity ENTITY geometric_entity
 piping_flow_entity ENTITY geometric_entity


[Top Level Definitions] [Exit]

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