ENTITY spherical_surface_entity
(* SCHEMA iges_curve_and_surface_geometry_schema; *)
ENTITY spherical_surface_entity
SUBTYPE OF (geometric_entity);
line_font : lineFont;
used : use_flag;
line_weight : INTEGER;
form : INTEGER;
deloc : point_entity;
radius : REAL;
deaxis : OPTIONAL direction_entity;
derefd : OPTIONAL direction_entity;
DERIVE
entity_type : INTEGER := 196;
subordinate : subordinate_switch := physicallyDependent;
WHERE
radius > 0;
(EXISTS(deaxis) AND EXISTS(derefd) AND (form = 1)) OR
(NOT EXISTS(deaxis) AND (NOT EXISTS(derefd)) AND (form = 0));
END_ENTITY;
Explicit Attributes
Entity spherical_surface_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity spherical_surface_entity has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
entity_type | INTEGER | spherical_surface_entity |
subordinate | subordinate_switch (ENUM) | spherical_surface_entity |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity spherical_surface_entity inherits from the following supertypes:
directory_entry
geometric_entity
Subtypes
No subtypesReferenced By
Entity spherical_surface_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