ENTITY box_domain

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY box_domain;
	corner : cartesian_point;
	xlength : positive_length_measure;
	ylength : positive_length_measure;
	zlength : positive_length_measure;
WHERE
	WRB16 : SIZEOF(QUERY(item <* USEDIN(SELF,'')|
		 NOT ('STRUCTURAL_FRAME_SCHEMA.BOXED_HALF_SPACE'
		 IN TYPEOF(item)))) = 0;
END_ENTITY;  (*  STEP Part 42 (unchanged in 2nd edition)  *)

Explicit Attributes

Entity box_domain has the following local and inherited explicit attributes:
AttributeTypeDefined By
 cornercartesian_point (ENTITY)box_domain
 xlengthpositive_length_measure (REAL)box_domain
 ylengthpositive_length_measure (REAL)box_domain
 zlengthpositive_length_measure (REAL)box_domain

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity box_domain and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 boxed_half_space ENTITY box_domain
 select_generic_item SELECT box_domain


[Top Level Definitions] [Exit]

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