Category
Creo Parametric fundamentals
, Object
ProLayer
Function ProLayerRuleExecute
Description
Execute the layer rules on the CurrentModel if rules are enabled.
Synopsis
#include <
ProLayer.h
>
ProError
ProLayerRuleExecute
(
ProMdl
CurrentModel
/* (In)
The model upon which the layer rules will be executed.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully excuted the rules.
PRO_TK_BAD_INPUTS
CurrentModel is NULL.
PRO_TK_INVALID_PTR
CurrentModel is not a handle to a model.
PRO_TK_GENERAL_ERROR
Execution of all the rules failed.
Manual References:
Core: Models and Model Items: Layers
Core: Models and Model Items: Layers