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.
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.