ENTITY swept_face_solid SUPERTYPE OF (ONEOF (extruded_face_solid, revolved_face_solid, surface_curve_swept_face_solid)) SUBTYPE OF (solid_model); swept_face : face_surface; WHERE wr1: 'GEOMETRY_SCHEMA.PLANE' IN TYPEOF(swept_face.face_geometry); END_ENTITY; -- swept_face_solid |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; solid_model - swept_face_solid swept_face: face_surface; |
extruded_face_solid (GEOMETRIC_MODEL_SCHEMA) |
revolved_face_solid (GEOMETRIC_MODEL_SCHEMA) |
surface_curve_swept_face_solid (GEOMETRIC_MODEL_SCHEMA) |
Global rules for this entity data type- |
public interface ESwept_face_solid extends ESolid_modelswept_face (explicit attribute)boolean testSwept_face(ESwept_face_solid type)EFace_surface getSwept_face(ESwept_face_solid type) void setSwept_face(ESwept_face_solid type, EFace_surface value) void unsetSwept_face(ESwept_face_solid type) |
public class CSwept_face_solid implements ESwept_face_solidstatic EAttribute attributeSwept_face(ESwept_face_solid type)static int usedinSwept_face(ESwept_face_solid type, EFace_surface instance, ASdaiModel domain, ASwept_face_solid result) |
public class ASwept_face_solid extends AEntitypublic ESwept_face_solid getByIndex(int index)public ESwept_face_solid getCurrentMember(SdaiIterator it) |