|
ENTITY line_profile_tolerance SUBTYPE OF (geometric_tolerance); WHERE wr1: NOT ( 'aic_geometric_tolerances.' + 'geometric_tolerance_with_datum_reference' IN TYPEOF ( SELF ) ) OR ( SIZEOF ( SELF \ geometric_tolerance_with_datum_reference . datum_system ) <= 3 ) ; wr2: SIZEOF ( QUERY ( sar <* USEDIN ( SELF \ geometric_tolerance . toleranced_shape_aspect , 'product_property_definition_schema.' + 'shape_aspect_relationship.relating_shape_aspect' ) | ( sar . name IN [ 'affected plane association' , 'resulting intersection curve association' ] ) ) ) = 1 ; END_ENTITY; -- line_profile_tolerance |
Entity data types and their attributesgeometric_tolerancename: label; description: text; magnitude: measure_with_unit; toleranced_shape_aspect: shape_aspect; line_profile_tolerance - |
| line_profile_tolerance_armx (GEOMETRIC_TOLERANCE_XIM) |
Global rules for this entity data type- |
public interface ELine_profile_tolerance extends EGeometric_tolerance |
public class CLine_profile_tolerance implements ELine_profile_tolerance |
public class ALine_profile_tolerance extends AEntitypublic ELine_profile_tolerance getByIndex(int index)public ELine_profile_tolerance getCurrentMember(SdaiIterator it) |