ENTITY grid_skewed

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY grid_skewed
SUBTYPE OF (grid);
 	skew_angle : plane_angle_measure_with_unit;
	spacing_1 : LIST [0:?] OF positive_length_measure_with_unit;
	spacing_2 : LIST [0:?] OF positive_length_measure_with_unit;
END_ENTITY;

Explicit Attributes

Entity grid_skewed has the following local and inherited explicit attributes:
AttributeTypeDefined By
 grid_namelabel (STRING)grid
 grid_descriptiontext (STRING)grid
 grid_usetext (STRING)grid
 skew_angleplane_angle_measure_with_unit (ENTITY)grid_skewed
 spacing_1LIST OF positive_length_measure_with_unit (ENTITY)grid_skewed
 spacing_2LIST OF positive_length_measure_with_unit (ENTITY)grid_skewed

Derived Attributes

Entity grid_skewed has the following local and inherited derived attributes:
AttributeTypeDefined By
 gridlinesSET OF gridline (ENTITY)grid
 grid_levelsSET OF grid_level (ENTITY)grid

Inverse Attributes

Entity grid_skewed has the following local and inherited inverse attributes:
AttributeTypeDefined By
 constituent_linesSET OF gridline (ENTITY)grid

Supertypes

Entity grid_skewed inherits from the following supertypes:
  grid

Subtypes

    No subtypes

Referenced By

Entity grid_skewed and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 grid ENTITY grid_skewed
 gridline ENTITY grid
 grid_level ENTITY grid
 select_structural_item SELECT grid
 zone_bounded ENTITY grid


[Top Level Definitions] [Exit]

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