|
ENTITY revolved_area_solid SUBTYPE OF (swept_area_solid); axis : axis1_placement; angle : plane_angle_measure; DERIVE axis_line : line := representation_item('')|| geometric_representation_item()|| curve()|| line(axis.location, representation_item('')|| geometric_representation_item()|| vector(axis.z, 1.0)); END_ENTITY; -- revolved_area_solid |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; solid_model - swept_area_solid swept_area: curve_bounded_surface; revolved_area_solid axis: axis1_placement; angle: plane_angle_measure; (DER) axis_line: line; |
Global rules for this entity data type- |