MGED CMD brep

From BRL-CAD
Revision as of 23:31, 16 August 2012 by Phoenix (talk | contribs) (Syntax)

brep

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.