ENTITY pyramid_volume SUBTYPE OF (volume); position : axis2_placement_3d; xlength : positive_length_measure; ylength : positive_length_measure; height : positive_length_measure; END_ENTITY; -- pyramid_volume |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; volume - pyramid_volume position: axis2_placement_3d; xlength: positive_length_measure; ylength: positive_length_measure; height: positive_length_measure; |
Global rules for this entity data type- |
public interface EPyramid_volume extends EVolumeposition (explicit attribute)boolean testPosition(EPyramid_volume type)EAxis2_placement_3d getPosition(EPyramid_volume type) void setPosition(EPyramid_volume type, EAxis2_placement_3d value) void unsetPosition(EPyramid_volume type) xlength (explicit attribute)boolean testXlength(EPyramid_volume type)double getXlength(EPyramid_volume type) void setXlength(EPyramid_volume type, double value) void unsetXlength(EPyramid_volume type) ylength (explicit attribute)boolean testYlength(EPyramid_volume type)double getYlength(EPyramid_volume type) void setYlength(EPyramid_volume type, double value) void unsetYlength(EPyramid_volume type) height (explicit attribute)boolean testHeight(EPyramid_volume type)double getHeight(EPyramid_volume type) void setHeight(EPyramid_volume type, double value) void unsetHeight(EPyramid_volume type) |
public class CPyramid_volume implements EPyramid_volumestatic EAttribute attributePosition(EPyramid_volume type)static int usedinPosition(EPyramid_volume type, EAxis2_placement_3d instance, ASdaiModel domain, APyramid_volume result) static EAttribute attributeXlength(EPyramid_volume type) static EAttribute attributeYlength(EPyramid_volume type) static EAttribute attributeHeight(EPyramid_volume type) |
public class APyramid_volume extends AEntitypublic EPyramid_volume getByIndex(int index)public EPyramid_volume getCurrentMember(SdaiIterator it) |