ENTITY package_body_edge_segment_surface SUBTYPE OF (shape_aspect, shape_aspect_relationship); SELF\shape_aspect_relationship.relating_shape_aspect : edge_segment_vertex; SELF\shape_aspect_relationship.related_shape_aspect : edge_segment_vertex; WHERE wr1: SELF\shape_aspect_relationship.relating_shape_aspect :<>: SELF\shape_aspect_relationship.related_shape_aspect; END_ENTITY; -- package_body_edge_segment_surface |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; shape_aspect_relationship name: label; (OPT) description: text; relating_shape_aspect: shape_aspect; related_shape_aspect: shape_aspect; (DER) id: identifier; package_body_edge_segment_surface (RT) relating_shape_aspect: edge_segment_vertex; (RT) related_shape_aspect: edge_segment_vertex; |
package_body_edge_segment_surface_armx (PACKAGE_XIM) |
Global rules for this entity data type- |
public interface EPackage_body_edge_segment_surface extends EShape_aspect, EShape_aspect_relationship |
public class CPackage_body_edge_segment_surface implements EPackage_body_edge_segment_surface |
public class APackage_body_edge_segment_surface extends AEntitypublic EPackage_body_edge_segment_surface getByIndex(int index)public EPackage_body_edge_segment_surface getCurrentMember(SdaiIterator it) |