ENTITY teardrop_by_length_template_armx SUBTYPE OF (teardrop_template_armx, teardrop_by_length_template); teardrop_taper_start_distance : length_measure_with_unit; teardrop_taper_end_distance : length_measure_with_unit; WHERE wr1: (SIZEOF(USEDIN(SELF,'LAYERED_INTERCONNECT_COMPLEX_TEMPLATE_XIM.PART_TEMPLATE_PLANAR_SHAPE_MODEL.' + 'SHAPE_CHARACTERIZED_DEFINITION')) = 0) AND (SIZEOF(USEDIN(SELF,'PART_TEMPLATE_3D_SHAPE_XIM.PART_TEMPLATE_3D_SHAPE_MODEL.' + 'SHAPE_CHARACTERIZED_DEFINITION')) = 0) AND (SIZEOF(USEDIN(SELF,'PART_TEMPLATE_NON_PLANAR_SHAPE_XIM.' + 'PART_TEMPLATE_NON_PLANAR_2D_SHAPE_MODEL.' + 'SHAPE_CHARACTERIZED_DEFINITION')) = 0); END_ENTITY; -- teardrop_by_length_template_armx |
Global rules for this entity data type- |
public interface ETeardrop_by_length_template_armx extends ETeardrop_template_armx, ETeardrop_by_length_templateteardrop_taper_start_distance (explicit attribute)boolean testTeardrop_taper_start_distance(ETeardrop_by_length_template_armx type)ELength_measure_with_unit getTeardrop_taper_start_distance(ETeardrop_by_length_template_armx type) void setTeardrop_taper_start_distance(ETeardrop_by_length_template_armx type, ELength_measure_with_unit value) void unsetTeardrop_taper_start_distance(ETeardrop_by_length_template_armx type) teardrop_taper_end_distance (explicit attribute)boolean testTeardrop_taper_end_distance(ETeardrop_by_length_template_armx type)ELength_measure_with_unit getTeardrop_taper_end_distance(ETeardrop_by_length_template_armx type) void setTeardrop_taper_end_distance(ETeardrop_by_length_template_armx type, ELength_measure_with_unit value) void unsetTeardrop_taper_end_distance(ETeardrop_by_length_template_armx type) |
public class CTeardrop_by_length_template_armx implements ETeardrop_by_length_template_armxstatic EAttribute attributeTeardrop_taper_start_distance(ETeardrop_by_length_template_armx type)static int usedinTeardrop_taper_start_distance(ETeardrop_by_length_template_armx type, ELength_measure_with_unit instance, ASdaiModel domain, ATeardrop_by_length_template_armx result) static EAttribute attributeTeardrop_taper_end_distance(ETeardrop_by_length_template_armx type) static int usedinTeardrop_taper_end_distance(ETeardrop_by_length_template_armx type, ELength_measure_with_unit instance, ASdaiModel domain, ATeardrop_by_length_template_armx result) |
public class ATeardrop_by_length_template_armx extends AEntitypublic ETeardrop_by_length_template_armx getByIndex(int index)public ETeardrop_by_length_template_armx getCurrentMember(SdaiIterator it) |