OffsetFaces
Purpose
Offset faces of 3D objects in the normal direction.
Syntax
model.component(<ctag>).geom(<tag>).feature().
    create(<ftag>,"OffsetFaces");
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>,"OffsetFaces")
creates an offset faces feature tagged <ftag>. The following properties are available.
on | off
on | off
on | off
on | off
contang | no
on | off
on | off
auto | extendoffset | extendother | capfaces | error
on | off
all | obj | dom | bnd | edg | pnt | off
Show selections, if selresult is on, of resulting objects in physics, materials, and so on, or in part instances. obj is not available in a component’s geometry
none | custom | integerbetween 1 and the number of colors in the current theme
on | off
The following attributes are available:
Table 3-61: 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.
See also
TransformFaces