|
ENTITY advanced_brep_shape_representation SUBTYPE OF (shape_representation); WHERE wr1: SIZEOF ( QUERY ( it <* SELF . items | NOT ( SIZEOF ( [ 'aic_advanced_brep.manifold_solid_brep' , 'aic_advanced_brep.faceted_brep' , 'aic_advanced_brep.mapped_item' , 'aic_advanced_brep.axis2_placement_3d' ] * TYPEOF ( it ) ) = 1 ) ) ) = 0 ; wr2: SIZEOF ( QUERY ( it <* SELF . items | ( SIZEOF ( [ 'aic_advanced_brep.manifold_solid_brep' , 'aic_advanced_brep.mapped_item' ] * TYPEOF ( it ) ) = 1 ) ) ) > 0 ; wr3: SIZEOF ( QUERY ( msb <* QUERY ( it <* SELF . items | ( 'aic_advanced_brep.manifold_solid_brep' IN TYPEOF ( it ) ) ) | NOT ( SIZEOF ( QUERY ( csh <* msb_shells ( msb ) | NOT ( SIZEOF ( QUERY ( fcs <* csh \ connected_face_set . cfs_faces | NOT ( 'aic_advanced_brep.advanced_face' IN TYPEOF ( fcs ) ) ) ) = 0 ) ) ) = 0 ) ) ) = 0 ; wr4: SIZEOF ( QUERY ( msb <* QUERY ( it <* items | ( 'aic_advanced_brep.manifold_solid_brep' IN TYPEOF ( it ) ) ) | ( 'aic_advanced_brep.oriented_closed_shell' IN TYPEOF ( msb \ manifold_solid_brep . outer ) ) ) ) = 0 ; wr5: SIZEOF ( QUERY ( brv <* QUERY ( it <* items | ( 'aic_advanced_brep.brep_with_voids' IN TYPEOF ( it ) ) ) | NOT ( SIZEOF ( QUERY ( csh <* brv \ brep_with_voids . voids | csh \ oriented_closed_shell . orientation ) ) = 0 ) ) ) = 0 ; wr6: SIZEOF ( QUERY ( mi <* QUERY ( it <* items | ( 'aic_advanced_brep.mapped_item' IN TYPEOF ( it ) ) ) | NOT ( 'aic_advanced_brep.advanced_brep_shape_representation' IN TYPEOF ( mi \ mapped_item . mapping_source . mapped_representation ) ) ) ) = 0 ; END_ENTITY; -- advanced_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 - advanced_brep_shape_representation - |
Global rules for this entity data type- |
public interface EAdvanced_brep_shape_representation extends EShape_representation |
public class CAdvanced_brep_shape_representation implements EAdvanced_brep_shape_representation |
public class AAdvanced_brep_shape_representation extends AEntitypublic EAdvanced_brep_shape_representation getByIndex(int index)public EAdvanced_brep_shape_representation getCurrentMember(SdaiIterator it) |