|
ENTITY faceted_brep_shape_representation SUBTYPE OF (shape_representation); WHERE wr1: SIZEOF ( QUERY ( it <* items | NOT ( SIZEOF ( [ 'aic_faceted_brep.faceted_brep' , 'aic_faceted_brep.mapped_item' , 'aic_faceted_brep.axis2_placement_3d' ] * TYPEOF ( it ) ) = 1 ) ) ) = 0 ; wr2: SIZEOF ( QUERY ( it <* items | ( SIZEOF ( [ 'aic_faceted_brep.faceted_brep' , 'aic_faceted_brep.mapped_item' ] * TYPEOF ( it ) ) = 1 ) ) ) > 0 ; wr3: SIZEOF ( QUERY ( fbrep <* QUERY ( it <* items | ( 'aic_faceted_brep.faceted_brep' IN TYPEOF ( it ) ) ) | NOT ( SIZEOF ( QUERY ( csh <* msb_shells ( fbrep ) | NOT ( SIZEOF ( QUERY ( fcs <* csh \ connected_face_set . cfs_faces | NOT ( ( 'aic_faceted_brep.face_surface' IN TYPEOF ( fcs ) ) AND ( ( 'aic_faceted_brep.plane' IN TYPEOF ( fcs \ face_surface . face_geometry ) ) AND ( 'aic_faceted_brep.cartesian_point' IN TYPEOF ( fcs \ face_surface . face_geometry \ elementary_surface . position . location ) ) ) ) ) ) = 0 ) ) ) = 0 ) ) ) = 0 ; wr4: SIZEOF ( QUERY ( fbrep <* QUERY ( it <* items | ( 'aic_faceted_brep.faceted_brep' IN TYPEOF ( it ) ) ) | NOT ( SIZEOF ( QUERY ( csh <* msb_shells ( fbrep ) | NOT ( SIZEOF ( QUERY ( fcs <* csh \ connected_face_set . cfs_faces | NOT ( SIZEOF ( QUERY ( bnds <* fcs . bounds | ( 'aic_faceted_brep.face_outer_bound' IN TYPEOF ( bnds ) ) ) ) = 1 ) ) ) = 0 ) ) ) = 0 ) ) ) = 0 ; wr5: SIZEOF ( QUERY ( msb <* QUERY ( it <* items | ( 'aic_faceted_brep.manifold_solid_brep' IN TYPEOF ( it ) ) ) | ( 'aic_faceted_brep.oriented_closed_shell' IN TYPEOF ( msb \ manifold_solid_brep . outer ) ) ) ) = 0 ; wr6: SIZEOF ( QUERY ( brv <* QUERY ( it <* items | ( 'aic_faceted_brep.brep_with_voids' IN TYPEOF ( it ) ) ) | NOT ( SIZEOF ( QUERY ( csh <* brv \ brep_with_voids . voids | csh \ oriented_closed_shell . orientation ) ) = 0 ) ) ) = 0 ; wr7: SIZEOF ( QUERY ( mi <* QUERY ( it <* items | ( 'aic_faceted_brep.mapped_item' IN TYPEOF ( it ) ) ) | NOT ( 'aic_faceted_brep.faceted_brep_shape_representation' IN TYPEOF ( mi \ mapped_item . mapping_source . mapped_representation ) ) ) ) = 0 ; END_ENTITY; -- faceted_brep_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 - faceted_brep_shape_representation - |
Global rules for this entity data type- |
public interface EFaceted_brep_shape_representation extends EShape_representation |
public class CFaceted_brep_shape_representation implements EFaceted_brep_shape_representation |
public class AFaceted_brep_shape_representation extends AEntitypublic EFaceted_brep_shape_representation getByIndex(int index)public EFaceted_brep_shape_representation getCurrentMember(SdaiIterator it) |