|
ENTITY planar_closed_path_shape_model_with_parameters SUBTYPE OF (planar_path_shape_model_with_parameters); DERIVE SELF\planar_path_shape_model_with_parameters.centreline : closed_curve := ? ; SELF\planar_path_shape_model_with_parameters.parameters : closed_curve_style_parameters_armx := ? ; END_ENTITY; -- planar_closed_path_shape_model_with_parameters |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; shape_representation - csg_2d_shape_representation (RT) items: SET [1:?] OF csg_2d_shape_select; single_area_csg_2d_shape_representation (RT) items: SET [1:?] OF csg_2d_area_select; planar_path_shape_representation_with_parameters - planar_path_shape_model_with_parameters (DER) centreline: curve; (DER) parameters: curve_style_parameters; planar_closed_path_shape_model_with_parameters (RT) (DER) centreline: closed_curve; (RT) (DER) parameters: closed_curve_style_parameters_armx; |
Global rules for this entity data type- |
public interface EPlanar_closed_path_shape_model_with_parameters extends EPlanar_path_shape_model_with_parameters |
public class CPlanar_closed_path_shape_model_with_parameters implements EPlanar_closed_path_shape_model_with_parametersstatic EAttribute attributeCentreline(EPlanar_closed_path_shape_model_with_parameters type)static int usedinCentreline(EPlanar_closed_path_shape_model_with_parameters type, EClosed_curve instance, ASdaiModel domain, APlanar_closed_path_shape_model_with_parameters result) static EAttribute attributeParameters(EPlanar_closed_path_shape_model_with_parameters type) static int usedinParameters(EPlanar_closed_path_shape_model_with_parameters type, EClosed_curve_style_parameters_armx instance, ASdaiModel domain, APlanar_closed_path_shape_model_with_parameters result) |
public class APlanar_closed_path_shape_model_with_parameters extends AEntitypublic EPlanar_closed_path_shape_model_with_parameters getByIndex(int index)public EPlanar_closed_path_shape_model_with_parameters getCurrentMember(SdaiIterator it) |