ProjectToFaces
Project edges onto faces in 3D to create imprints.
Syntax
model.component(<ctag>).geom(<tag>).feature().
    create(<ftag>,"ProjectToFaces");
model.component(<ctag>).geom(<tag>).feature(<ftag>).
    selection(property);
model.component(<ctag>).geom(<tag>).feature(<ftag>).
    set(property,<value>);
model.component(<ctag>).geom(<tag>).feature(<ftag>).
    getType(property);
model.component(<ctag>).geom(<tag>).feature(<ftag>).
    setAttribute(attribute,<value>);
model.component(<ctag>).geom(<tag>).feature(<ftag>).
    getAttribute(attribute);
Description
model.component(<ctag>).geom(<tag>).feature().
      create(<ftag>,"ProjectToFaces")
creates a ProjectToFaces feature.
Use model.component(<ctag>).geom(<tag>).feature(<ftag>).
selection("target")
to select the faces to project to. The default selection is empty.
Use model.component(<ctag>).geom(<tag>).feature(<ftag>).
selection("tool")
to select the tool edges or faces. The default selection is empty.
on | off
perptotarget | vector | edge | perspective
auto | relative | absolute
Relative repair tolerance used when repairtoltype is relative
Absolute repair tolerance used when repairtoltype is absolute
on | off
on | off
all | obj | dom | bnd | edg | pnt | off
Show selections of resulting objects in physics, materials, and so on, or in part instances. obj is not available in a component’s geometry. dom, bnd, and edg are not available in all features.
none | custom | integer between 1 and the number of colors in the current theme
The color to use. Active when color is set to custom.
on | off
For information about the selresult, selresultshow and contributeto properties, search the online help in COMSOL Multiphysics to locate and search all the documentation.
The following attributes are available:
Table 3-70: Valid attributes
on | off | inherit
Designate the resulting objects as construction geometry. Use inherit to set the construction geometry attribute only if all input objects are construction geometry.