TransformFaces
Purpose
Apply a linear transform (consisting of displacement, rotation, and isotropic scaling) to faces of 3D objects.
Syntax
model.component(<ctag>).geom(<tag>).feature().
    create(<ftag>,"TransformFaces");
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>,"TransformFaces")
creates a transform faces feature tagged <ftag>. The following properties are available.
on | off
this | Part Instance feature tag
xyplane | work plane feature tag
Work Plane feature that defines the coordinate system. The default, xyplane, is the global Cartesian coordinate system
axis | eulerang | edge
x | y | z | cartesian | spherical
Axis vector, used if axistype is cartesian
Rotation axis. Vector has length 3 if axistype is cartesian, and length 2 if axistype is spherical. Alias for ax2 and ax3
Intrinsic Z-X-Z Euler angles α, β, and γ, used if specify is set to eulerang
Edge selection. Used when specify is set to edge
Rotation angle. Used if specify is set to axis or edge
yes | contang | no
on | off
on | off
on | off
auto | extendtransformed | 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 | 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
The following attributes are available:
Table 3-87: 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
OffsetFaces