# $RCSfile: explicit_draughting.ws,v $ # $Revision: 1.2 $ $Date: 2007/07/05 18:11:32 $ # Auth: David Loffredo (loffredo@steptools.com) # # AP-201 COMPLEX ENTITIES # # This working set file describes the complex entities that we have # found necessary for working with AP201. There may be others that # are not included here. Extend this file as needed. # # To see how to use working sets with the EXPRESS compiler, consult # the EXPRESS compiler section of the STEP Utilities reference manual. # The following would generate the complex domains for Part 202: # # % expfront -ws p201.ws p201.exp # # You may also want to consult the AP-202 working set file since much # of the geometry definitions are the same. # SCHEMA explicit_draughting \ -p28ns urn:oid:1.0.10303.201.1.0.1 # # Units # # The AP units for length, and plane_angle # ANDOR ( si_unit length_unit ) ANDOR ( si_unit plane_angle_unit ) ANDOR ( conversion_based_unit length_unit ) ANDOR ( conversion_based_unit plane_angle_unit ) # # Contexts and relationships # ANDOR( geometric_representation_context \ global_unit_assigned_context ) # # Spline curves and surfaces (nurbs) # ANDOR( rational_b_spline_curve b_spline_curve_with_knots ) ANDOR( rational_b_spline_curve bezier_curve ) ANDOR( rational_b_spline_curve quasi_uniform_curve ) ANDOR( rational_b_spline_curve uniform_curve ) # # Drafting and other # ANDOR( draughting_elements draughting_annotation_occurrence angular_dimension ) ANDOR( draughting_elements draughting_annotation_occurrence diameter_dimension ) ANDOR( draughting_elements draughting_annotation_occurrence linear_dimension ) ANDOR( draughting_elements draughting_annotation_occurrence radius_dimension ) ANDOR( draughting_elements structured_dimension_callout ) ANDOR( draughting_annotation_occurrence annotation_curve_occurrence ) ANDOR( draughting_annotation_occurrence annotation_fill_area_occurrence ) ANDOR( draughting_annotation_occurrence annotation_text_occurrence ) ANDOR( draughting_annotation_occurrence dimension_curve ) ANDOR( draughting_annotation_occurrence dimension_curve_terminator ) ANDOR( draughting_annotation_occurrence dimension_curve_terminator leader_terminator ) ANDOR( draughting_annotation_occurrence leader_directed_callout ) ANDOR( draughting_annotation_occurrence projection_curve )