ENTITY coord_system_cartesian_2d

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY coord_system_cartesian_2d
SUBTYPE OF (coord_system);
 	axes_definition : axis2_placement_2d;
DERIVE
	origin_1 : REAL := axes_definition.location\cartesian_point.coordinates[1];
	origin_2 : REAL := NVL(axes_definition.location\cartesian_point.coordinates[2], 0.0);
WHERE
	WRC10 : SELF\coord_system.coord_system_dimensionality = 2;
	WRC11 : SIZEOF (axes_definition.location\cartesian_point.coordinates) = 2; 
END_ENTITY;

Explicit Attributes

Entity coord_system_cartesian_2d has the following local and inherited explicit attributes:
AttributeTypeDefined By
 coord_system_namelabel (STRING)coord_system
 coord_system_uselabel (STRING)coord_system
 sign_conventiontext (STRING)coord_system
 coord_system_dimensionalitydimension_count (INTEGER)coord_system
 axes_definitionaxis2_placement_2d (ENTITY)coord_system_cartesian_2d

Derived Attributes

Entity coord_system_cartesian_2d has the following local and inherited derived attributes:
AttributeTypeDefined By
 origin_1REALcoord_system_cartesian_2d
 origin_2REALcoord_system_cartesian_2d

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity coord_system_cartesian_2d inherits from the following supertypes:
  coord_system

Subtypes

    No subtypes

Referenced By

Entity coord_system_cartesian_2d and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 analysis_model_located ENTITY coord_system
 coord_system ENTITY coord_system_cartesian_2d
 coord_system_cartesian_2d ENTITY coord_system
 coord_system_cartesian_3d ENTITY coord_system
 coord_system_child ENTITY coord_system
 design_joint_system ENTITY coord_system
 design_part ENTITY coord_system
 located_item ENTITY coord_system
 select_structural_item SELECT coord_system


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00