ENTITY offset_curve_entity

(* SCHEMA iges_curve_and_surface_geometry_schema; *)
   ENTITY offset_curve_entity
      SUBTYPE OF (geometric_entity);

      line_font : lineFont;
      subordinate : subordinate_switch;
      used        : use_flag;
      line_weight       : INTEGER;
      de1 : geometric_entity;
      flag : offsetFlag;
      de2 : geometric_entity;
      ndim   : INTEGER;
      ptype  : taperedOffset;
      d1  : REAL;
      td1 : REAL;
      d2  : REAL;
      td2 : REAL;
      vx  : REAL;
      vy  : REAL;
      vz  : REAL;
      tt1 : REAL;
      tt2 : REAL;
   DERIVE
      entity_type : INTEGER := 130;
      form    : INTEGER := 0;
   END_ENTITY;

Explicit Attributes

Entity offset_curve_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
 line_fontlineFont (SELECT)offset_curve_entity
 subordinatesubordinate_switch (ENUM)offset_curve_entity
 useduse_flag (ENUM)offset_curve_entity
 line_weightINTEGERoffset_curve_entity
 de1geometric_entity (ENTITY)offset_curve_entity
 flagoffsetFlag (ENUM)offset_curve_entity
 de2geometric_entity (ENTITY)offset_curve_entity
 ndimINTEGERoffset_curve_entity
 ptypetaperedOffset (ENUM)offset_curve_entity
 d1REALoffset_curve_entity
 td1REALoffset_curve_entity
 d2REALoffset_curve_entity
 td2REALoffset_curve_entity
 vxREALoffset_curve_entity
 vyREALoffset_curve_entity
 vzREALoffset_curve_entity
 tt1REALoffset_curve_entity
 tt2REALoffset_curve_entity

Derived Attributes

Entity offset_curve_entity has the following local and inherited derived attributes:
AttributeTypeDefined By
 entity_typeINTEGERoffset_curve_entity
 formINTEGERoffset_curve_entity

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity offset_curve_entity inherits from the following supertypes:
  directory_entry
    geometric_entity

Subtypes

    No subtypes

Referenced By

Entity offset_curve_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_entity ENTITY offset_curve_entity
 geometric_or_connect_point SELECT geometric_entity
 geometry_entities SELECT geometric_entity
 model_space_curve SELECT offset_curve_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


[Top Level Definitions] [Exit]

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