ENTITY path_area_with_parameters SUBTYPE OF (complex_area, mapped_item); WHERE wr1: 'GEOMETRY_SCHEMA.CURVE' IN TYPEOF(SELF\mapped_item.mapping_target); wr2: 'CONSTRUCTIVE_SOLID_GEOMETRY_2D_MIM.CURVE_STYLE_PARAMETERS_REPRESENTATION' IN TYPEOF(SELF\mapped_item.mapping_source\representation_map.mapped_representation); wr3: SELF\mapped_item.mapping_source\representation_map.mapping_origin\representation_item.name = 'curve width'; END_ENTITY; -- path_area_with_parameters |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; primitive_2d - complex_area - mapped_item mapping_source: representation_map; mapping_target: representation_item; path_area_with_parameters - |
path_area_with_parameters_armx (CONSTRUCTIVE_SOLID_GEOMETRY_2D_XIM) |
Global rules for this entity data type- |
public interface EPath_area_with_parameters extends EComplex_area, EMapped_item |
public class CPath_area_with_parameters implements EPath_area_with_parameters |
public class APath_area_with_parameters extends AEntitypublic EPath_area_with_parameters getByIndex(int index)public EPath_area_with_parameters getCurrentMember(SdaiIterator it) |