CornerProp
To override the corner settings of BndLayer for a selection of corners.
Syntax
model.component(<ctag>).mesh(<tag>).feature(<ftag>).create(<ftag1>,"CornerProp");
model.component(<ctag>).mesh(<tag>).feature(<ftag>).feature(<ftag1>).selection();
model.component(<ctag>).mesh(<tag>).feature(<ftag>).feature(<ftag1>).selection(property);
model.component(<ctag>).mesh(<tag>).feature(<ftag>).feature(<ftag1>).
set(property,<value>);
model.component(<ctag>).mesh(<tag>).feature(<ftag>).feature(<ftag1>).getType(property);
Description
Use model.component(<ctag>).mesh(<tag>).feature(<ftag>).create(<ftag1>,"CornerProp") to override the corner settings for the feature <ftag> that can be of the type BndLayer.
Use model.component(<ctag>).mesh(<tag>).feature(<ftag>).feature(<ftag1>).selection() to specify the entity selection. The selection is empty by default.
The following properties are available:
Table 4-24: Valid Properties.
trim | split | none
on | off
Maximum angle for split. Used if cornerhandling is split.
on | off
It can be useful to filter out the corners of CornerProp in a CornerRefinement feature to either include them in the refinement if trim is used, or to exclude them if split or none is used.
See Also
BndLayer, BndLayerProp, CornerRefinement