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 - return count information for specific BREP
+
:brep object info [S|F|T|E|SB|TB] [index]
:brep object info S|F|T|E|SB|TB [index] - return information for specific BREP 'surface', 'face', 'trim', 'edge', 'surface bezier' or 'trim bezier', respectively.
+
:brep object plot [S|I|SN|KN|F|F2d|SBB|SBB2d|TD|T|T2d|TBB|TBB2d|E|SCV] [index]
:brep object plot - plot entire BREP
+
:brep object intersect object2 i j [max_dis]
:brep plot S|I|SN|KN|F|F2d|SBB|SBB2d|TD|T|T2d|TBB|TBB2d|E|SCV [index] - plot specific BREP 'surface', 'isosurface', 'surface normal', 'surface knot', 'face trim', '2d face trim', 'surface leafs', '2d surface leafs', 'trim direction', 'trim', '2d trim', 'trim leafs', '2d trim leafs', 'edge' or 'surface CV', respectively.
+
:brep object [brepname]
:brep object1 intersect object2 i j [max_dis] - intersect object1's ith surface with object2's jth surface
+
:brep comb [suffix]
:brep object [brepname] - convert the non-BREP object to BREP form
 
:brep comb [suffix] - convert non-BREP comb to unevaluated BREP form
 
  
 
==Argument(s)==
 
==Argument(s)==

Revision as of 23:31, 16 August 2012

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.