ENTITY modified_geometric_tolerance SUBTYPE OF (geometric_tolerance); modifier : limit_condition; END_ENTITY; -- modified_geometric_tolerance |
Entity data types and their attributesgeometric_tolerancename: label; (OPT) description: text; (OPT) magnitude: length_measure_with_unit; toleranced_shape_aspect: geometric_tolerance_target; (DER) controlling_shape: product_definition_shape; modified_geometric_tolerance modifier: limit_condition; |
Global rules for this entity data type- |
public interface EModified_geometric_tolerance extends EGeometric_tolerancemodifier (explicit attribute)boolean testModifier(EModified_geometric_tolerance type)int getModifier(EModified_geometric_tolerance type) void setModifier(EModified_geometric_tolerance type, int value) void unsetModifier(EModified_geometric_tolerance type) |
public class CModified_geometric_tolerance implements EModified_geometric_tolerancestatic EAttribute attributeModifier(EModified_geometric_tolerance type) |
public class AModified_geometric_tolerance extends AEntitypublic EModified_geometric_tolerance getByIndex(int index)public EModified_geometric_tolerance getCurrentMember(SdaiIterator it) |