|
ENTITY chamfer_armx SUBTYPE OF (transition_feature_solid); chosen_element : chosen_shape_element; base_solid : solid_model; face1 : face; face2 : face; distance1 : measure_representation_item; distance2 : measure_representation_item; END_ENTITY; -- chamfer_armx |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; shape_element (OPT) id_x: STRING; (RT) name->element_name: STRING; (RT) of_shape->containing_shape: item_shape; (RT) (DER) product_definitional: LOGICAL; (RT) (DER) id: identifier; representation_item name: label; geometric_representation_item (DER) dim: dimension_count; solid_model - transition_feature_solid - chamfer_armx chosen_element: chosen_shape_element; base_solid: solid_model; face1: face; face2: face; distance1: measure_representation_item; distance2: measure_representation_item; |
Global rules for this entity data type- |
public interface EChamfer_armx extends ETransition_feature_solidchosen_element (explicit attribute)boolean testChosen_element(EChamfer_armx type)EChosen_shape_element getChosen_element(EChamfer_armx type) void setChosen_element(EChamfer_armx type, EChosen_shape_element value) void unsetChosen_element(EChamfer_armx type) base_solid (explicit attribute)boolean testBase_solid(EChamfer_armx type)ESolid_model getBase_solid(EChamfer_armx type) void setBase_solid(EChamfer_armx type, ESolid_model value) void unsetBase_solid(EChamfer_armx type) face1 (explicit attribute)boolean testFace1(EChamfer_armx type)EFace getFace1(EChamfer_armx type) void setFace1(EChamfer_armx type, EFace value) void unsetFace1(EChamfer_armx type) face2 (explicit attribute)boolean testFace2(EChamfer_armx type)EFace getFace2(EChamfer_armx type) void setFace2(EChamfer_armx type, EFace value) void unsetFace2(EChamfer_armx type) distance1 (explicit attribute)boolean testDistance1(EChamfer_armx type)EMeasure_representation_item getDistance1(EChamfer_armx type) void setDistance1(EChamfer_armx type, EMeasure_representation_item value) void unsetDistance1(EChamfer_armx type) distance2 (explicit attribute)boolean testDistance2(EChamfer_armx type)EMeasure_representation_item getDistance2(EChamfer_armx type) void setDistance2(EChamfer_armx type, EMeasure_representation_item value) void unsetDistance2(EChamfer_armx type) |
public class CChamfer_armx implements EChamfer_armxstatic EAttribute attributeChosen_element(EChamfer_armx type)static int usedinChosen_element(EChamfer_armx type, EChosen_shape_element instance, ASdaiModel domain, AChamfer_armx result) static EAttribute attributeBase_solid(EChamfer_armx type) static int usedinBase_solid(EChamfer_armx type, ESolid_model instance, ASdaiModel domain, AChamfer_armx result) static EAttribute attributeFace1(EChamfer_armx type) static int usedinFace1(EChamfer_armx type, EFace instance, ASdaiModel domain, AChamfer_armx result) static EAttribute attributeFace2(EChamfer_armx type) static int usedinFace2(EChamfer_armx type, EFace instance, ASdaiModel domain, AChamfer_armx result) static EAttribute attributeDistance1(EChamfer_armx type) static int usedinDistance1(EChamfer_armx type, EMeasure_representation_item instance, ASdaiModel domain, AChamfer_armx result) static EAttribute attributeDistance2(EChamfer_armx type) static int usedinDistance2(EChamfer_armx type, EMeasure_representation_item instance, ASdaiModel domain, AChamfer_armx result) |
public class AChamfer_armx extends AEntitypublic EChamfer_armx getByIndex(int index)public EChamfer_armx getCurrentMember(SdaiIterator it) |