Main Content
rotate
Description
uses the rotation axis specified by two reference points. This syntax is only valid for a
3-D geometry.h
= rotate(g
,theta
,refpoint1,refpoint2
)
Examples
Input Arguments
Output Arguments
Tips
After modifying a geometry, regenerate the mesh to ensure a proper mesh association with the new geometry.
If
g
is anfegeometry
orAnalyticGeometry
object, and you want to replace it with the modified geometry, assign the output to the original geometry, for example,g = rotate(g,90)
.