Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / OrientedBoundingRect Class
Fields Properties Methods


In This Topic
    OrientedBoundingRect Class Members
    In This Topic

    The following tables list the members exposed by OrientedBoundingRect.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
    Public Properties
     NameDescription
    Public Property Gets the global transformation given by the transformation of the parents entity (if entity is a BlockReference or is into one of it).  
    Public Property The size-box.  
    Public Property the Oriented Bounding Box transformation that defines its orientation from the world-axes.  
    Top
    Public Methods
     NameDescription
    Public Method Adds transformation to the global transformation.  
    Public Method Creates a deep copy of this oriented bounding rect.  
    Public Methodstatic (Shared in Visual Basic) Checks if two Oriented Bounding Boxes overlap each other.  
    Public Methodstatic (Shared in Visual Basic) Checks if two Oriented Bounding Boxes overlap or touch each other.  
    Public Method Gets the 3-axis defining the direction of the OrientedBoundingBox  
    Public Method Gets the OrientedBoundingBox transformation combined with the global transformation.  
    Public Method Gets the Origin position of the OrientedBoundingBox.  
    Public Method Gets the 8-vertices of the OrientedBoundingBox.  
    Top
    Protected Methods
     NameDescription
    Protected Methodstatic (Shared in Visual Basic)  
    Protected Methodstatic (Shared in Visual Basic)  
    Protected Method  
    Protected Method Updates the data of the OrientedBoundingBox needed during collision/intersection check among others OrientedBoundingBoxes.  
    Protected Method  
    Top
    See Also