ENTITY edge_use

(* SCHEMA iges_boundary_representation_schema; *)
  ENTITY edge_use;
    typ  : edge_type;
    edge : vertex_or_edge;
    ndx  : INTEGER;
    orf   : BOOLEAN;
    curves : LIST OF space_curve;
  DERIVE 
    k : INTEGER := SIZEOF(curves);
  END_ENTITY;

Explicit Attributes

Entity edge_use has the following local and inherited explicit attributes:
AttributeTypeDefined By
 typedge_type (ENUM)edge_use
 edgevertex_or_edge (SELECT)edge_use
 ndxINTEGERedge_use
 orfBOOLEANedge_use
 curvesLIST OF space_curve (ENTITY)edge_use

Derived Attributes

Entity edge_use has the following local and inherited derived attributes:
AttributeTypeDefined By
 kINTEGERedge_use

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity edge_use and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 loop_entity ENTITY edge_use


[Top Level Definitions] [Exit]

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