Difference between revisions of "MGED CMD brep"
From BRL-CAD
(New page: =brep= __TOC__ ==Syntax== :brep object info - return count information for specific BREP :brep object info S|F|T|E|SB|TB [index] - return information for specific BREP 'surface', 'face', ...) |
(→Syntax) |
||
Line 3: | Line 3: | ||
==Syntax== | ==Syntax== | ||
− | :brep object info | + | :brep object info [S|F|T|E|SB|TB] [index] |
− | + | :brep object plot [S|I|SN|KN|F|F2d|SBB|SBB2d|TD|T|T2d|TBB|TBB2d|E|SCV] [index] | |
− | :brep object plot | + | :brep object intersect object2 i j [max_dis] |
− | + | :brep object [brepname] | |
− | :brep | + | :brep comb [suffix] |
− | :brep object [brepname] | ||
− | :brep comb [suffix] | ||
==Argument(s)== | ==Argument(s)== |
Revision as of 22:31, 16 August 2012
brep
Contents
Syntax
- brep object info [S|F|T|E|SB|TB] [index]
- brep object plot [S|I|SN|KN|F|F2d|SBB|SBB2d|TD|T|T2d|TBB|TBB2d|E|SCV] [index]
- brep object intersect object2 i j [max_dis]
- brep object [brepname]
- brep comb [suffix]
Argument(s)
- new_object
- Name for resultant Primitive
- old_object
- Name of source primitive or collection.
Return Value(s)
- No Return Values for this command.
Description
The "facetize" command creates new_object as a BOT shape by tessellating all the primitive shapes in old_object and then performing any Boolean operations specified in old_object.
Example(s)
- mged> facetize region1.nmg region1.r
- Create a facetized BOT version of existing object region1.r.
See Also
- No related commands.