|
ENTITY projection_directed_callout SUBTYPE OF (draughting_callout); WHERE wr1: SIZEOF ( QUERY ( p_1 <* SELF \ draughting_callout . contents | 'draughting_element_schema.projection_curve' IN ( TYPEOF ( p_1 ) ) ) ) = 1 ; wr2: SIZEOF ( SELF \ draughting_callout . contents ) >= 2 ; END_ENTITY; -- projection_directed_callout |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; draughting_callout contents: SET [1:?] OF draughting_callout_element; projection_directed_callout - |
| ordinate_dimension (AIC_DRAUGHTING_ELEMENTS) |
Global rules for this entity data type- |
public interface EProjection_directed_callout extends EDraughting_callout |
public class CProjection_directed_callout implements EProjection_directed_callout |
public class AProjection_directed_callout extends AEntitypublic EProjection_directed_callout getByIndex(int index)public EProjection_directed_callout getCurrentMember(SdaiIterator it) |