ENTITY geometric_representation_item
(* SCHEMA building_design_schema; *)
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,
half_space_solid,geometric_set))
SUBTYPE OF (representation_item);
DERIVE
dim : dimension_count := dimension_of(SELF);
WHERE
wr1: SIZEOF(QUERY ( using_rep <* using_representations(SELF) | (NOT
('BUILDING_DESIGN_SCHEMA.GEOMETRIC_REPRESENTATION_CONTEXT'
IN TYPEOF(using_rep.context_of_items))) )) = 0;
END_ENTITY; -- geometric_representation_item
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:
advanced_face advanced_face_with_thickness_shape_representation axis1_placement axis2_placement_2d axis2_placement_3d b_spline_curve b_spline_curve_with_knots b_spline_surface b_spline_surface_with_knots bezier_curve bezier_surface block* boolean_result* boundary_curve bounded_curve bounded_surface brep_with_voids cartesian_point cartesian_transformation_operator* cartesian_transformation_operator_3d circle composite_curve composite_curve_on_surface conic conical_surface csg_solid curve* curve_bounded_surface curve_replica cylindrical_surface degenerate_toroidal_surface direction* edge_curve* elementary_face_with_thickness_shape_representation elementary_surface ellipse extruded_area_solid face_surface* faceted_brep faceted_face_with_thickness_shape_representation geometric_curve_set geometric_set* ground_face_space_boundary_shape_representation half_space_solid* hyperbola intersection_curve line manifold_solid_brep offset_curve_3d outer_boundary_curve parabola pcurve placement* plane point* poly_loop* polyline quasi_uniform_curve quasi_uniform_surface rational_b_spline_curve rational_b_spline_surface rectangular_composite_surface rectangular_trimmed_surface revolved_area_solid right_circular_cone* right_circular_cylinder* solid_model* sphere* spherical_surface surface* surface_curve surface_of_linear_extrusion surface_of_revolution swept_area_solid swept_surface toroidal_surface torus* trimmed_curve truncated_pyramid uniform_curve uniform_surface vector* vertex_point*
* - 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
2012-03-27T17:18:14-04:00