ENTITY connect_point_entity

(* SCHEMA iges_structure_schema; *)
  ENTITY connect_point_entity
    SUBTYPE OF (connectivity_entity);

    line_font : lineFont;
    level      : entity_level;
    view       : entity_view;
    transformation    : transformation_matrix_entity;
    label_display     : label_display_entity;
    blank      : blank_status;
    subordinate       : subordinate_switch;
    used       : use_flag;
    hierarchy    : hierarchy_flag;
    line_weight       : INTEGER;      
    color         : entity_color;
    x : REAL;
    y : REAL;
    z : REAL;
    ptr : geometric_entity;
    tf  : INTEGER;
    ff  : functionFlag;
    cid : STRING;
    pttcid : text_display_template_entity;
    cfn : STRING;
    pttcfn : text_display_template_entity;
    cpid : INTEGER;
    fc   : INTEGER;
    sf   : INTEGER;
    psfi : owner;
  DERIVE
    entity_type : INTEGER := 132;
    form    : INTEGER := 0;
    -- used: use_flag := logical_positional;
  END_ENTITY;

Explicit Attributes

Entity connect_point_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)connect_point_entity
 levelentity_level (SELECT)connect_point_entity
 viewentity_view (SELECT)connect_point_entity
 transformationtransformation_matrix_entity (ENTITY)connect_point_entity
 label_displaylabel_display_entity (ENTITY)connect_point_entity
 blankblank_status (ENUM)connect_point_entity
 subordinatesubordinate_switch (ENUM)connect_point_entity
 useduse_flag (ENUM)connect_point_entity
 hierarchyhierarchy_flag (ENUM)connect_point_entity
 line_weightINTEGERconnect_point_entity
 colorentity_color (SELECT)connect_point_entity
 xREALconnect_point_entity
 yREALconnect_point_entity
 zREALconnect_point_entity
 ptrgeometric_entity (ENTITY)connect_point_entity
 tfINTEGERconnect_point_entity
 fffunctionFlag (ENUM)connect_point_entity
 cidSTRINGconnect_point_entity
 pttcidtext_display_template_entity (ENTITY)connect_point_entity
 cfnSTRINGconnect_point_entity
 pttcfntext_display_template_entity (ENTITY)connect_point_entity
 cpidINTEGERconnect_point_entity
 fcINTEGERconnect_point_entity
 sfINTEGERconnect_point_entity
 psfiowner (SELECT)connect_point_entity

Derived Attributes

Entity connect_point_entity has the following local and inherited derived attributes:
AttributeTypeDefined By
 entity_typeINTEGERconnect_point_entity
 formINTEGERconnect_point_entity

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity connect_point_entity inherits from the following supertypes:
  directory_entry
    structure_entity
      connectivity_entity

Subtypes

    No subtypes

Referenced By

Entity connect_point_entity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 connectivity_entity ENTITY connect_point_entity
 datum SELECT directory_entry
 directory_entry ENTITY structure_entity
 drawing_entity ENTITY directory_entry
 entity_reference ENTITY directory_entry
 flow_entity ENTITY connect_point_entity
 general_symbol_entity ENTITY directory_entry
 geometric_or_connect_point SELECT connect_point_entity
 group_entity ENTITY directory_entry
 group_without_back_pointers_entity ENTITY directory_entry
 label_placement ENTITY directory_entry
 network_subfigure_definition_entity ENTITY directory_entry
 network_subfigure_definition_entity ENTITY connect_point_entity
 network_subfigure_instance_entity ENTITY connect_point_entity
 ordered_group_without_back_pointers_entity ENTITY directory_entry
 ordered_group_with_back_pointers_entity ENTITY directory_entry
 piping_flow_entity ENTITY connect_point_entity
 planar_entity ENTITY directory_entry
 single_parent_entity ENTITY directory_entry
 structure_entity ENTITY connectivity_entity
 subfigure_definition_entity ENTITY directory_entry
 views_visible_color_entity ENTITY directory_entry
 views_visible_entity ENTITY directory_entry


[Top Level Definitions] [Exit]

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