ENTITY component_feature_joint SUBTYPE OF (shape_aspect_relationship, shape_aspect); SELF\shape_aspect_relationship.related_shape_aspect : component_feature; SELF\shape_aspect_relationship.relating_shape_aspect : component_feature; END_ENTITY; -- component_feature_joint |
Entity data types and their attributesshape_aspect_relationshipname: label; (OPT) description: text; relating_shape_aspect: shape_aspect; related_shape_aspect: shape_aspect; (DER) id: identifier; shape_aspect name: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; component_feature_joint (RT) related_shape_aspect: component_feature; (RT) relating_shape_aspect: component_feature; |
assembly_joint (ASSEMBLY_TECHNOLOGY_MIM) |
fabrication_joint (FABRICATION_JOINT_MIM) |
Global rules for this entity data type- |
public interface EComponent_feature_joint extends EShape_aspect_relationship, EShape_aspect |
public class CComponent_feature_joint implements EComponent_feature_joint |
public class AComponent_feature_joint extends AEntitypublic EComponent_feature_joint getByIndex(int index)public EComponent_feature_joint getCurrentMember(SdaiIterator it) |