|
ENTITY Conductive_interconnect_element_with_pre_defined_transitions SUBTYPE OF (Conductive_interconnect_element); centreline_shape : Planar_path_shape_model_with_parameters; SELF\Definition_based_product_occurrence.derived_from : Trace_template; SELF\Stratum_feature_template_component.implementation_or_resident_stratum : Stratum_feature; WHERE WR1: SIZEOF(connected_points) = SIZEOF(SELF\Conductive_interconnect_element.access_mechanisms) - 1; WR2: SIZEOF(['LAYERED_INTERCONNECT_MODULE_DESIGN_ARM.CONDUCTOR', 'LAYERED_INTERCONNECT_MODULE_DESIGN_ARM.CONDUCTIVE_FILLED_AREA'] * TYPEOF(SELF\Stratum_feature_template_component.implementation_or_resident_stratum)) = 1; WR3: centreline_shape.parameters = derived_from.trace_style; WR4: SIZEOF(QUERY(ciet <* SELF\Conductive_interconnect_element.access_mechanisms | NOT(ciet.location.resident_design_layer_stratum = SELF\Stratum_feature_template_component.implementation_or_resident_stratum.resident_stratum) )) = 0; END_ENTITY; -- Conductive_interconnect_element_with_pre_defined_transitions |
Global rules for this entity data type- |