ENTITY piecewise_curve_entity
(* SCHEMA iges_curve_and_surface_geometry_schema; *)
ENTITY piecewise_curve_entity
SUBTYPE OF (linear_path_entity);
subordinate : subordinate_switch;
used : use_flag;
form : INTEGER;
ip : INTEGER;
piecewise_curve : LIST OF piecewise_representation;
DERIVE
entity_type : INTEGER := 106;
n : INTEGER := SIZEOF(piecewise_curve);
WHERE
((ip = 2) AND (form = 12)) OR ((ip = 3) AND (form = 13));
END_ENTITY;
Explicit Attributes
Entity piecewise_curve_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity piecewise_curve_entity has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
entity_type | INTEGER | piecewise_curve_entity |
n | INTEGER | piecewise_curve_entity |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity piecewise_curve_entity inherits from the following supertypes:
copious_data_entity
linear_path_entity
directory_entry
geometric_entity
Subtypes
No subtypesReferenced By
Entity piecewise_curve_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