ENTITY view_entity
(* SCHEMA iges_structure_schema; *)
ENTITY view_entity
ABSTRACT SUPERTYPE OF (ONEOF (view_volume_entity,
view_perspective_entity))
SUBTYPE OF (drawing_or_view_entity);
transformation : transformation_matrix_entity;
vno : INTEGER;
scale : REAL;
DERIVE
entity_type : INTEGER := 410;
used : use_flag := annotation;
END_ENTITY;
Explicit Attributes
Entity view_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity view_entity has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
entity_type | INTEGER | view_entity |
used | use_flag (ENUM) | view_entity |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity view_entity inherits from the following supertypes:
directory_entry
structure_entity
drawing_or_view_entity
Subtypes
Entity view_entity has the following subtypes:
view_perspective_entity*
view_volume_entity*
* - Immediate Subtypes
Referenced By
Entity view_entity and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2022-02-01T11:14:58-05:00