ENTITY face_bound SUBTYPE OF (topological_representation_item); bound : loop; orientation : BOOLEAN; END_ENTITY; -- face_bound |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - face_bound bound: loop; orientation: BOOLEAN; |
face_outer_bound (TOPOLOGY_SCHEMA) |
Global rules for this entity data type- |
public interface EFace_bound extends ETopological_representation_itembound (explicit attribute)boolean testBound(EFace_bound type)ELoop getBound(EFace_bound type) void setBound(EFace_bound type, ELoop value) void unsetBound(EFace_bound type) orientation (explicit attribute)boolean testOrientation(EFace_bound type)boolean getOrientation(EFace_bound type) void setOrientation(EFace_bound type, boolean value) void unsetOrientation(EFace_bound type) |
public class CFace_bound implements EFace_boundstatic EAttribute attributeBound(EFace_bound type)static int usedinBound(EFace_bound type, ELoop instance, ASdaiModel domain, AFace_bound result) static EAttribute attributeOrientation(EFace_bound type) |
public class AFace_bound extends AEntitypublic EFace_bound getByIndex(int index)public EFace_bound getCurrentMember(SdaiIterator it) |