| 
            
              RhinoBrepTrimIsReversed Method 
             | 
          
        
         
            Get orientation of trim with respect to it's corresponding edge.
            
 
    Namespace: 
   Karamba.GHopper.Geometry
    Assembly:
   Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
SyntaxPublic Function IsReversed As Boolean
public:
virtual bool IsReversed() sealed
abstract IsReversed : unit -> bool 
override IsReversed : unit -> bool 
Return Value
Type: 
Booleantrue if the 2d trim and 3d edge have opposite orientations.
Implements
IBrepTrimIsReversed
See Also