|
ENTITY flat_pattern_ply_representation_relationship SUBTYPE OF (shape_representation_relationship); WHERE wr1: 'structural_analysis_design.shape_representation' IN ( TYPEOF ( SELF \ representation_relationship . rep_1 ) * TYPEOF ( SELF \ representation_relationship . rep_2 ) ) ; wr2: SELF \ representation_relationship . rep_1 . context_of_items \ geometric_representation_context . coordinate_space_dimension = 3 ; END_ENTITY; -- flat_pattern_ply_representation_relationship |
Entity data types and their attributesrepresentation_relationshipname: label; (OPT) description: text; rep_1: representation; rep_2: representation; shape_representation_relationship - flat_pattern_ply_representation_relationship - |
Global rules for this entity data type- |
public interface EFlat_pattern_ply_representation_relationship extends EShape_representation_relationship |
public class CFlat_pattern_ply_representation_relationship implements EFlat_pattern_ply_representation_relationship |
public class AFlat_pattern_ply_representation_relationship extends AEntitypublic EFlat_pattern_ply_representation_relationship getByIndex(int index)public EFlat_pattern_ply_representation_relationship getCurrentMember(SdaiIterator it) |