ENTITY area_with_outer_boundary SUBTYPE OF (complex_area, half_space_2d); SELF\half_space_2d.base_curve : composite_curve; END_ENTITY; -- area_with_outer_boundary |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; primitive_2d - complex_area - half_space_2d base_curve: curve; agreement_flag: BOOLEAN; area_with_outer_boundary (RT) base_curve: composite_curve; |
area_with_outer_boundary$primitive_2d_with_inner_boundary (CONSTRUCTIVE_SOLID_GEOMETRY_2D_MIM) |
Global rules for this entity data type- |
public interface EArea_with_outer_boundary extends EComplex_area, EHalf_space_2d |
public class CArea_with_outer_boundary implements EArea_with_outer_boundary |
public class AArea_with_outer_boundary extends AEntitypublic EArea_with_outer_boundary getByIndex(int index)public EArea_with_outer_boundary getCurrentMember(SdaiIterator it) |