ENTITY surface_style_parameter_line

(* SCHEMA technical_data_packaging; *)
  ENTITY surface_style_parameter_line;
      style_of_parameter_lines : curve_or_render;
      direction_counts         : SET [1:2] OF direction_count_select;
    WHERE
      wr1: ((HIINDEX(SELF.direction_counts) = 1) XOR (TYPEOF(SELF.
               direction_counts[1]) <> TYPEOF(SELF.direction_counts[2])));
  END_ENTITY; -- surface_style_parameter_line

Explicit Attributes

Entity surface_style_parameter_line has the following local and inherited explicit attributes:
AttributeTypeDefined By
 style_of_parameter_linescurve_or_render (SELECT)surface_style_parameter_line
 direction_countsSET OF direction_count_select (SELECT)surface_style_parameter_line

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity surface_style_parameter_line and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 mechanical_design_geometric_presentation_representation ENTITY surface_style_parameter_line
 mechanical_design_shaded_presentation_representation ENTITY surface_style_parameter_line
 surface_style_element_select SELECT surface_style_parameter_line


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:35-04:00