ENTITY geometric_representation_item
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
ENTITY geometric_representation_item
SUPERTYPE OF (ONEOF
(point,
direction,
vector,
placement,
cartesian_transformation_operator,
curve,
surface,
edge_curve,
face_surface,
poly_loop,
vertex_point,
solid_model,
boolean_result,
sphere,
right_circular_cone,
right_circular_cylinder,
torus,
block,
primitive_2d,
right_angular_wedge,
eccentric_cone,
ellipsoid,
faceted_primitive,
rectangular_pyramid,
cyclide_segment_solid,
volume,
half_space_solid,
half_space_2d,
shell_based_surface_model,
face_based_surface_model,
shell_based_wireframe_model,
edge_based_wireframe_model,
geometric_set))
SUBTYPE OF (representation_item);
DERIVE
dim : dimension_count := dimension_of(SELF);
WHERE
WRG2 : SIZEOF (QUERY (using_rep <* using_representations (SELF) |
NOT ('STRUCTURAL_FRAME_SCHEMA.GEOMETRIC_REPRESENTATION_CONTEXT' IN
TYPEOF (using_rep.context_of_items)))) = 0;
END_ENTITY; (* STEP Part 42 (Modified in 2nd edition) *)
Explicit Attributes
Entity geometric_representation_item has the following local and inherited explicit attributes:
Derived Attributes
Entity geometric_representation_item has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
dim | dimension_count (INTEGER) | geometric_representation_item |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity geometric_representation_item inherits from the following supertypes:
representation_item
Subtypes
Entity geometric_representation_item has the following subtypes:
axis1_placement axis2_placement_2d axis2_placement_3d b_spline_curve b_spline_curve_with_knots b_spline_surface b_spline_surface_with_knots b_spline_volume b_spline_volume_with_knots bezier_curve bezier_surface bezier_volume block* block_volume boolean_result* boundary_curve bounded_curve bounded_pcurve bounded_surface bounded_surface_curve boxed_half_space brep_2d brep_with_voids cartesian_point cartesian_transformation_operator* cartesian_transformation_operator_2d cartesian_transformation_operator_3d circle circular_area clothoid composite_curve composite_curve_on_surface conic conical_surface convex_hexahedron csg_solid curve* curve_bounded_surface curve_replica cyclide_segment_solid* cylindrical_point cylindrical_surface cylindrical_volume degenerate_pcurve degenerate_toroidal_surface direction* eccentric_cone* eccentric_conical_volume edge_based_wireframe_model* edge_curve* elementary_surface ellipse ellipsoid* ellipsoid_volume elliptic_area evaluated_degenerate_pcurve extruded_area_solid extruded_face_solid face_based_surface_model* face_surface* faceted_brep faceted_primitive* fixed_reference_swept_surface geometric_curve_set geometric_set* geometric_set_replica grid_level gridline half_space_2d* half_space_solid* hexahedron_volume hyperbola intersection_curve line manifold_solid_brep offset_curve_2d offset_curve_3d offset_surface oriented_surface outer_boundary_curve parabola pcurve placement* plane point* point_in_volume point_on_curve point_on_surface point_replica polar_point poly_loop* polygonal_area polyline primitive_2d* pyramid_volume quasi_uniform_curve quasi_uniform_surface quasi_uniform_volume rational_b_spline_curve rational_b_spline_surface rational_b_spline_volume rectangular_area rectangular_composite_surface rectangular_pyramid* rectangular_trimmed_surface revolved_area_solid revolved_face_solid right_angular_wedge* right_circular_cone* right_circular_cylinder* seam_curve shell_based_surface_model* shell_based_wireframe_model* solid_model* solid_replica sphere* spherical_point spherical_surface spherical_volume surface* surface_curve surface_curve_swept_area_solid surface_curve_swept_face_solid surface_curve_swept_surface surface_of_linear_extrusion surface_of_revolution surface_replica swept_area_solid swept_face_solid swept_surface tetrahedron tetrahedron_volume toroidal_surface toroidal_volume torus* trimmed_curve trimmed_volume truncated_pyramid uniform_curve uniform_surface uniform_volume vector* vertex_point* volume* wedge_volume
* - Immediate Subtypes
Referenced By
Entity geometric_representation_item and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00