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>).
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 vertex selection in 2D and the vertex or edge selection in 3D. The selection is empty by default.
The following properties are available:
Table 4-26: Valid Properties.
trim | split | none
trim | none
on | off
Specify if to use an angle condition for the split. Used if cornerhandling is split. Not supported for vertices in 3D when the parent BndLayer feature has a domain selection.
Maximum angle for split. Used if cornerhandling is split.
on | off
Specify if to use angle conditions for the trimming. Used if cornerhandling is trim. Not supported for vertices in 3D when the parent BndLayer feature has a domain selection.
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