ENTITY surface_patch

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY surface_patch;
	parent_surface : bounded_surface;
	u_transition : transition_code;
	v_transition : transition_code;
	u_sense : BOOLEAN;
	v_sense : BOOLEAN;
INVERSE
	using_surfaces : BAG [1:?] OF rectangular_composite_surface FOR segments;
WHERE
	WRS35 : (NOT ('STRUCTURAL_FRAME_SCHEMA.CURVE_BOUNDED_SURFACE' 
		 IN TYPEOF(parent_surface)));
END_ENTITY;  (*  STEP Part 42 (unchanged in 2nd edition)  *)

Explicit Attributes

Entity surface_patch has the following local and inherited explicit attributes:
AttributeTypeDefined By
 parent_surfacebounded_surface (ENTITY)surface_patch
 u_transitiontransition_code (ENUM)surface_patch
 v_transitiontransition_code (ENUM)surface_patch
 u_senseBOOLEANsurface_patch
 v_senseBOOLEANsurface_patch

Derived Attributes

    No derived attributes

Inverse Attributes

Entity surface_patch has the following local and inherited inverse attributes:
AttributeTypeDefined By
 using_surfacesBAG OF rectangular_composite_surface (ENTITY)surface_patch

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity surface_patch and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 rectangular_composite_surface ENTITY surface_patch
 select_generic_item SELECT surface_patch


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00