Click or drag to resize
SbPlane Structure
Oriented plane in 3D.

Represents an oriented plane in 3D. This is a lightweight class/datatype that is used for arguments to some Open Inventor objects.

SbVec3fSbLine

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.1.0.Release.36362e8575cf2e38cd7d69b9ff35aeb6cc000cdb
Syntax
public struct SbPlane

The SbPlane type exposes the following members.

Constructors
  NameDescription
Public methodSbPlane(SbVec3f, SbVec3f)
Construct a plane given normal n and a point p to pass through.
Public methodSbPlane(SbVec3f, Single)
Construct a plane given normal and distance from origin along normal .
Public methodSbPlane(SbVec3f, SbVec3f, SbVec3f)
Construct a plane given 3 points p0p1p2.
Top
Methods
  NameDescription
Public methodEquals
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).)
Public methodGetDistanceFromOrigin Obsolete.
This method is marked obsolete. Use DistanceFromOrigin property instead.
Public methodGetHashCode
Returns the hash code for the value of this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetNormal Obsolete.
This method is marked obsolete. Use Normal property instead.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersect
Intersect a line l with the plane.
Public methodIsInHalfSpace
Tests if the given point is within the half-space defined by the plane.
Public methodOffset
Offset a plane by a given d.
Public methodToString
Converts this SbPlane structure to a human readable string.
(Overrides ValueTypeToString.)
Public methodTransform
Transform a plane by the given matrix.
Top
Operators
  NameDescription
Public operatorStatic memberEquality
The equality operator.
Public operatorStatic memberInequality
The inequality operator.
Top
Properties
  NameDescription
Public propertyDistanceFromOrigin
Gets the distance from origin.
Public propertyNormal
Gets the normal vector to plane.
Top
See Also