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


In This Topic
    Plane Class Members
    In This Topic

    The following tables list the members exposed by Plane.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets the plane X axis.  
    Public Property Gets the plane Y axis.  
    Public Property Gets the plane Z axis.  
    Public Property Gets the plane equation.  
    Public Property Gets or sets the plane origin.  
    Public Propertystatic (Shared in Visual Basic) Gets the XY plane.  
    Public Propertystatic (Shared in Visual Basic) Gets the XZ plane.  
    Public Propertystatic (Shared in Visual Basic) Gets the YX plane.  
    Public Propertystatic (Shared in Visual Basic) Gets the YZ plane.  
    Public Propertystatic (Shared in Visual Basic) Gets the ZX plane.  
    Public Propertystatic (Shared in Visual Basic) Gets the ZY plane.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of this plane.  
    Public Method  
    Public Method Creates the plane from three non collinear points.  
    Public Method Gets signed distance from the plane to a point.  
    Public MethodOverloaded.   
    Public Method Flip plane orientation by swapping X and y axes, reversing the zaxis, and updating the equation.  
    Public Method  
    Public MethodPopulates a System.Runtime.Serialization.SerializationInfo instance with the data needed to serialize the target object.  
    Public Method  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Computes the intersection of two planes.  
    Public Method  
    Public Method Returns a new plane with the specified offset from this one.  
    Public MethodOverloaded. Evaluates a point on the plane.  
    Public MethodOverloaded.  Gets point on plane that is closest to a given point.  
    Public Methodstatic (Shared in Visual Basic)  
    Public MethodOverloaded.  Reflects a point about this plane.  
    Public MethodOverloaded.  Rotates this plane around an axis passing through world origin.  
    Public Method Converts this Plane to a human readable string.  
    Public Method Transforms the plane by the provided transformation.  
    Public MethodOverloaded.  Translates this plane.  
    Public Method Updates plane equation.  
    Public Method  
    Top
    Public Operators
    See Also