|
ENTITY geometrically_bounded_surface_shape_representation SUBTYPE OF (shape_representation); WHERE wr1: SIZEOF ( QUERY ( it <* SELF . items | NOT ( SIZEOF ( [ 'aic_geometrically_bounded_surface.geometric_set' , 'aic_geometrically_bounded_surface.mapped_item' , 'aic_geometrically_bounded_surface.axis2_placement_3d' ] * TYPEOF ( it ) ) = 1 ) ) ) = 0 ; wr2: SIZEOF ( QUERY ( it <* SELF . items | SIZEOF ( [ 'aic_geometrically_bounded_surface.geometric_set' , 'aic_geometrically_bounded_surface.mapped_item' ] * TYPEOF ( it ) ) = 1 ) ) > 0 ; wr3: SIZEOF ( QUERY ( mi <* QUERY ( it <* SELF . items | 'aic_geometrically_bounded_surface.mapped_item' IN TYPEOF ( it ) ) | NOT ( ( 'aic_geometrically_bounded_surface.' + 'geometrically_bounded_surface_shape_representation' IN TYPEOF ( mi \ mapped_item . mapping_source . mapped_representation ) ) AND ( SIZEOF ( QUERY ( mr_it <* mi \ mapped_item . mapping_source . mapped_representation . items | ( 'aic_geometrically_bounded_surface.geometric_set' IN TYPEOF ( mr_it ) ) ) ) > 0 ) ) ) ) = 0 ; wr4: SIZEOF ( QUERY ( gs <* QUERY ( it <* SELF . items | 'aic_geometrically_bounded_surface.geometric_set' IN TYPEOF ( it ) ) | NOT ( SIZEOF ( QUERY ( pnt <* QUERY ( gsel <* gs \ geometric_set . elements | 'aic_geometrically_bounded_surface.point' IN TYPEOF ( gsel ) ) | NOT ( gbsf_check_point ( pnt ) ) ) ) = 0 ) ) ) = 0 ; wr5: SIZEOF ( QUERY ( gs <* QUERY ( it <* SELF . items | 'aic_geometrically_bounded_surface.geometric_set' IN TYPEOF ( it ) ) | NOT ( SIZEOF ( QUERY ( cv <* QUERY ( gsel <* gs \ geometric_set . elements | 'aic_geometrically_bounded_surface.curve' IN TYPEOF ( gsel ) ) | NOT ( gbsf_check_curve ( cv ) ) ) ) = 0 ) ) ) = 0 ; wr6: SIZEOF ( QUERY ( gs <* QUERY ( it <* SELF . items | 'aic_geometrically_bounded_surface.geometric_set' IN TYPEOF ( it ) ) | NOT ( SIZEOF ( QUERY ( sf <* QUERY ( gsel <* gs \ geometric_set . elements | 'aic_geometrically_bounded_surface.surface' IN TYPEOF ( gsel ) ) | NOT ( gbsf_check_surface ( sf ) ) ) ) = 0 ) ) ) = 0 ; wr7: SIZEOF ( QUERY ( gs <* QUERY ( it <* SELF . items | 'aic_geometrically_bounded_surface.geometric_set' IN TYPEOF ( it ) ) | SIZEOF ( QUERY ( gsel <* gs \ geometric_set . elements | 'aic_geometrically_bounded_surface.surface' IN TYPEOF ( gsel ) ) ) > 0 ) ) > 0 ; END_ENTITY; -- geometrically_bounded_surface_shape_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; shape_representation - geometrically_bounded_surface_shape_representation - |
Global rules for this entity data type- |
public interface EGeometrically_bounded_surface_shape_representation extends EShape_representation |
public class CGeometrically_bounded_surface_shape_representation implements EGeometrically_bounded_surface_shape_representation |
public class AGeometrically_bounded_surface_shape_representation extends AEntitypublic EGeometrically_bounded_surface_shape_representation getByIndex(int index)public EGeometrically_bounded_surface_shape_representation getCurrentMember(SdaiIterator it) |