ENTITY constructive_solid_geometry_entity

(* SCHEMA iges_constructive_solid_geometry_schema; *)
  ENTITY constructive_solid_geometry_entity
    ABSTRACT SUPERTYPE OF (ONEOF (block_entity,
		                  right_angular_wedge_entity,
				  right_circular_cylinder_entity,
		                  right_circular_cone_frustum_entity,
				  sphere_entity,
				  torus_entity,
				  solid_of_revolution_entity,
				  solid_of_linear_extrusion_entity,
				  ellipsoid_entity,
				  boolean_tree_entity,
				  selected_component_entity,
				  solid_assembly_entity,
				  solid_instance_entity))
    SUBTYPE OF (directory_entry);

    line_font : lineFont;
    level      : entity_level;
    view       : entity_view;
    transformation    : transformation_matrix_entity;
    label_display     : label_display_entity;
    blank      : blank_status;
    line_weight       : INTEGER;                    -- constrained value
    color         : entity_color;
  END_ENTITY;

Explicit Attributes

Entity constructive_solid_geometry_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
 line_fontlineFont (SELECT)constructive_solid_geometry_entity
 levelentity_level (SELECT)constructive_solid_geometry_entity
 viewentity_view (SELECT)constructive_solid_geometry_entity
 transformationtransformation_matrix_entity (ENTITY)constructive_solid_geometry_entity
 label_displaylabel_display_entity (ENTITY)constructive_solid_geometry_entity
 blankblank_status (ENUM)constructive_solid_geometry_entity
 line_weightINTEGERconstructive_solid_geometry_entity
 colorentity_color (SELECT)constructive_solid_geometry_entity

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity constructive_solid_geometry_entity inherits from the following supertypes:
  directory_entry

Subtypes

Entity constructive_solid_geometry_entity has the following subtypes:
    block_entity*     boolean_tree_entity*     ellipsoid_entity*     right_angular_wedge_entity*     right_circular_cone_frustum_entity*     right_circular_cylinder_entity*     selected_component_entity*     solid_assembly_entity*     solid_instance_entity*     solid_of_linear_extrusion_entity*     solid_of_revolution_entity*     sphere_entity*     torus_entity*
* - Immediate Subtypes

Referenced By

Entity constructive_solid_geometry_entity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 boolean_ops SELECT constructive_solid_geometry_entity
 datum SELECT directory_entry
 directory_entry ENTITY constructive_solid_geometry_entity
 geometry_entities SELECT constructive_solid_geometry_entity
 solid_assembly_entity ENTITY constructive_solid_geometry_entity
 solid_instance_entity ENTITY constructive_solid_geometry_entity


[Top Level Definitions] [Exit]

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