GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ARCED(nged) BRL-CAD User Commands ARCED(nged)

arced - Provides a means for directly editing transformation matrices of Boolean tree leaves.

arced {comb/memb} {anim_command}

The objects in a BRL-CAD model are stored as Boolean combinations of primitive shapes and/or other combinations. These combinations are stored as Boolean trees, with each leaf of the tree including a corresponding transformation matrix. The arced command provides a means for directly editing these matrices. The first argument to the arced command must identify the combination and which member's matrix is to be edited. The comb/memb argument indicates that member memb of combination comb has the matrix to be edited. The remainder of the arcedcommand line consists of an animation command to be applied to that matrix. The available animation commands are:

matrix rarc <xlate|rot> matrix elements

Replace the members matrix with the given matrix.

matrix lmul <xlate|rot> matrix elements

Left multiply the members matrix with the given matrix.

matrix rmul <xlate|rot> matrix elements

Right multiply the members matrix with the given matrix.

Example 1. Rotate body/head 45 degrees about Z axis

mged> arced body/head matrix rot 0 0 45

Rotates member head (in combination body) about the z axis through a 45° angle. By default, the matrix commands expect a list of 16 matrix elements to define a matrix. The xlate option may be used along with three translation distances in the x, y, and z directions (in mm) as a shorthand notation for a matrix that is pure translation. Similarly, the rot option along with rotation angles (degrees) about the x, y, and z axes may be used as shorthand for a matrix that is pure rotation.

BRL-CAD Team

Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org
06/07/2022 BRL-CAD

Search for    or go to Top of page |  Section n |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.