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
GET(nged) BRL-CAD MGED Commands GET(nged)

get - Used to retrieve parameter values of database objects.

get {object_name_pattern} [param_name]

Low level command for extracting specific parameter information from geometry objects in a database. Similar to "attr get" except that the focus of this command is on geometric parameter values (vertices, for example) instead of attribute metadata.

Example 1. Elliptical Torus 'r' parameter extraction

Use the get command to exctract the r parameter value from an elliptical torus.

mged> make eto.s eto mged> l eto.s

eto.s:  Elliptical Torus (ETO)
      V (0, 0, 0)
      N=(0, 0, 1)
      C=(200, 0, 200) mag=282.843
      r=800
      d=100
    

mged> get eto.s r

800
    

attr(n).

BRL-CAD Team

This software is Copyright (c) 2008-2019 United States Government as represented by the U.S. Army Research Laboratory.

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 1 |  Main Index

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