ENTITY curve_boundary

(* SCHEMA iges_curve_and_surface_geometry_schema; *)
   ENTITY curve_boundary;
      crvpt : geometric_entity;
      sense : INTEGER;
      pscpt : LIST OF geometric_entity;
   DERIVE
      k : INTEGER := SIZEOF(pscpt);
   END_ENTITY;

Explicit Attributes

Entity curve_boundary has the following local and inherited explicit attributes:
AttributeTypeDefined By
 crvptgeometric_entity (ENTITY)curve_boundary
 senseINTEGERcurve_boundary
 pscptLIST OF geometric_entity (ENTITY)curve_boundary

Derived Attributes

Entity curve_boundary has the following local and inherited derived attributes:
AttributeTypeDefined By
 kINTEGERcurve_boundary

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity curve_boundary and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 boundary_entity ENTITY curve_boundary


[Top Level Definitions] [Exit]

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