ENTITY offset_vector

(* SCHEMA ap238_arm_schema; *)
ENTITY offset_vector; 	(* m1 *)
translate:                  LIST [3:3] OF nc_variable;
rotate:                     OPTIONAL LIST [3:3] OF nc_variable;
WHERE
WR1: (SIZEOF(QUERY(i <* translate | NOT EXISTS(i.initial_value))) = 0)
AND (NOT EXISTS(rotate) OR (SIZEOF(QUERY(i <* rotate | NOT EXISTS(i.initial_value))) = 0));
END_ENTITY;

Explicit Attributes

Entity offset_vector has the following local and inherited explicit attributes:
AttributeTypeDefined By
 translateLIST OF nc_variable (ENTITY)offset_vector
 rotateLIST OF nc_variable (ENTITY)offset_vector

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity offset_vector and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 workpiece_complete_probing ENTITY offset_vector
 workpiece_setup ENTITY offset_vector


[Top Level Definitions]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T09:54:01-05:00