kscnoname
Automotive
- Sep 25, 2003
- 22
Hello,
I configured our companies check mate profile and also included a layer check to see if all objects are on the designated layers.
This worked perfectly until now but NX9 also checks the sketch constraints and gives an error during the check.
The problem is that you define in the checker (mqc_check_multi_layer_entity.dfa)which objects are allowed on which layer.
in the check mate results it shows that a "CS2 Constraint" is on the wrong layer.
I tried adding this to the allowed object types but it did not work.
Does somebody know the object type name for sketch constraints or if there is a better check (dfa) available in NX9?
Thanks
Below is also a cutout from the checker:
# Attributes for selecting spec to check
( List Parameter ) layer_entity_map:layer_entity_map_init:;
( String ) layer_entity_map_label: "Layers / Entity Type";
( List ) layer_entity_map_init:
{
"1-4 | SOLID, FACETED_BODY, COMPONENT, DRAFTING_ENTITY, ARC",
"5,40-49 | DATUM, CSYS, _POINT",
"20-29 | _CURVE, _POINT, SPLINE, LINE, ARC",
"100-150 | SKETCH, LINE, ARC, SPLINE, _CURVE, _POINT",
"10-19 | DATUM_PLANE, DATUM_AXIS, PLANE",
"50-59 | DRAFTING_ENTITY, DIMENSION, DRAFTING_ENTITY, _CURVE, _POINT, SPLINE, LINE, ARC",
"30-39 | SHEET_BODY, FACETED_BODY",
};
Unigraphics Key user
V13, V14, V15, V16, V17, V18, NX, NX2, NX3, NX4, NX5, NX6, NX7.5, NX8, NX8.5, NX9
I configured our companies check mate profile and also included a layer check to see if all objects are on the designated layers.
This worked perfectly until now but NX9 also checks the sketch constraints and gives an error during the check.
The problem is that you define in the checker (mqc_check_multi_layer_entity.dfa)which objects are allowed on which layer.
in the check mate results it shows that a "CS2 Constraint" is on the wrong layer.
I tried adding this to the allowed object types but it did not work.
Does somebody know the object type name for sketch constraints or if there is a better check (dfa) available in NX9?
Thanks
Below is also a cutout from the checker:
# Attributes for selecting spec to check
( List Parameter ) layer_entity_map:layer_entity_map_init:;
( String ) layer_entity_map_label: "Layers / Entity Type";
( List ) layer_entity_map_init:
{
"1-4 | SOLID, FACETED_BODY, COMPONENT, DRAFTING_ENTITY, ARC",
"5,40-49 | DATUM, CSYS, _POINT",
"20-29 | _CURVE, _POINT, SPLINE, LINE, ARC",
"100-150 | SKETCH, LINE, ARC, SPLINE, _CURVE, _POINT",
"10-19 | DATUM_PLANE, DATUM_AXIS, PLANE",
"50-59 | DRAFTING_ENTITY, DIMENSION, DRAFTING_ENTITY, _CURVE, _POINT, SPLINE, LINE, ARC",
"30-39 | SHEET_BODY, FACETED_BODY",
};
Unigraphics Key user
V13, V14, V15, V16, V17, V18, NX, NX2, NX3, NX4, NX5, NX6, NX7.5, NX8, NX8.5, NX9