ENTITY kinematic_path_defined_by_curves SUBTYPE OF (kinematic_path); SELF\kinematic_path.segments : LIST [1:?] OF curve_based_path_with_orientation; END_ENTITY; -- kinematic_path_defined_by_curves |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; kinematic_path segments: LIST [1:?] OF kinematic_path_segment; t_start: parameter_value; (DER) n_segments: INTEGER; (DER) closed_path: LOGICAL; kinematic_path_defined_by_curves (RT) segments: LIST [1:?] OF curve_based_path_with_orientation; |
Global rules for this entity data type- |
public interface EKinematic_path_defined_by_curves extends EKinematic_path |
public class CKinematic_path_defined_by_curves implements EKinematic_path_defined_by_curves |
public class AKinematic_path_defined_by_curves extends AEntitypublic EKinematic_path_defined_by_curves getByIndex(int index)public EKinematic_path_defined_by_curves getCurrentMember(SdaiIterator it) |