ENTITY spherical_volume SUBTYPE OF (volume); position : axis2_placement_3d; radius : positive_length_measure; END_ENTITY; -- spherical_volume |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; volume - spherical_volume position: axis2_placement_3d; radius: positive_length_measure; |
Global rules for this entity data type- |
public interface ESpherical_volume extends EVolumeposition (explicit attribute)boolean testPosition(ESpherical_volume type)EAxis2_placement_3d getPosition(ESpherical_volume type) void setPosition(ESpherical_volume type, EAxis2_placement_3d value) void unsetPosition(ESpherical_volume type) radius (explicit attribute)boolean testRadius(ESpherical_volume type)double getRadius(ESpherical_volume type) void setRadius(ESpherical_volume type, double value) void unsetRadius(ESpherical_volume type) |
public class CSpherical_volume implements ESpherical_volumestatic EAttribute attributePosition(ESpherical_volume type)static int usedinPosition(ESpherical_volume type, EAxis2_placement_3d instance, ASdaiModel domain, ASpherical_volume result) static EAttribute attributeRadius(ESpherical_volume type) |
public class ASpherical_volume extends AEntitypublic ESpherical_volume getByIndex(int index)public ESpherical_volume getCurrentMember(SdaiIterator it) |