ENTITY half_space_solid SUBTYPE OF (geometric_representation_item); base_surface : surface; agreement_flag : BOOLEAN; END_ENTITY; -- half_space_solid |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; half_space_solid base_surface: surface; agreement_flag: BOOLEAN; |
boxed_half_space (GEOMETRIC_MODEL_SCHEMA) |
Global rules for this entity data type- |
public interface EHalf_space_solid extends EGeometric_representation_itembase_surface (explicit attribute)boolean testBase_surface(EHalf_space_solid type)ESurface getBase_surface(EHalf_space_solid type) void setBase_surface(EHalf_space_solid type, ESurface value) void unsetBase_surface(EHalf_space_solid type) agreement_flag (explicit attribute)boolean testAgreement_flag(EHalf_space_solid type)boolean getAgreement_flag(EHalf_space_solid type) void setAgreement_flag(EHalf_space_solid type, boolean value) void unsetAgreement_flag(EHalf_space_solid type) |
public class CHalf_space_solid implements EHalf_space_solidstatic EAttribute attributeBase_surface(EHalf_space_solid type)static int usedinBase_surface(EHalf_space_solid type, ESurface instance, ASdaiModel domain, AHalf_space_solid result) static EAttribute attributeAgreement_flag(EHalf_space_solid type) |
public class AHalf_space_solid extends AEntitypublic EHalf_space_solid getByIndex(int index)public EHalf_space_solid getCurrentMember(SdaiIterator it) |