Site icon EfmSoft

¿Qué significa el código NTSTATUS 0x401E0351 (STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED)?

 
Anterior Siguiente
STATUS_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET STATUS_GRAPHICS_UNKNOWN_CHILD_STATUS

STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED

Qué significa STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED

STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED indica que el present path debía tener seleccionada una transformación de geometría —por ejemplo rotation/scaling según el contrato del path— pero ninguna está pinned. Puede haber candidatos válidos; lo que falta es una elección concreta para una operación que la exige.

Es parecido a trabajar con un source o target mode sin pinning: después de recrear o ampliar la topology, atributos que estaban elegidos en un objeto anterior no tienen por qué transferirse al nuevo path. La corrección consiste en establecer explícitamente la transformación antes del commit, no en inventar otra topology.

Qué comprobar

Referencias técnicas


¿Buscas un código diferente? Buscar otro código de estado o error.

Exit mobile version