Click or drag to resize
SbBox3f Structure

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax
public struct SbBox3f

The SbBox3f type exposes the following members.

Constructors
  NameDescription
Public methodSbBox3f(SbVec3f, SbVec3f)
Initializes a new instance of the SbBox3f class
Public methodSbBox3f(Single, Single, Single, Single, Single, Single)
Initializes a new instance of the SbBox3f class
Top
Methods
  NameDescription
Public methodContains
Public methodStatic memberConvertFromT
Public methodEquals (Overrides ValueTypeEquals(Object).)
Public methodExtendBy(SbBox3f)
Public methodExtendBy(SbBox3f)
Public methodExtendBy(SbVec3f)
Public methodExtendBy(SbVec3f)
Public methodGetBounds(SbVec3f, SbVec3f)
Public methodGetBounds(Single, Single, Single, Single, Single, Single)
Public methodGetCenter
Public methodGetClosestPoint
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodGetMax Obsolete.
Public methodGetMin Obsolete.
Public methodGetOrigin
Public methodGetSize Obsolete.
Public methodGetSize(Single, Single, Single)
Public methodGetSpan
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVolume
Public methodHasVolume
Public methodIntersect(SbBox3f)
Public methodIntersect(SbBox3f)
Public methodIntersect(SbVec3f)
Public methodIntersect(SbVec3f)
Public methodIntersection
Public methodIsEmpty Obsolete.
Public methodMakeEmpty
Public methodOutside(SbMatrix, Int32)
Public methodOutside(SbMatrix, Int32)
Public methodSetBounds(SbVec3f, SbVec3f)
Public methodSetBounds(SbVec3f, SbVec3f)
Public methodSetBounds(Single, Single, Single, Single, Single, Single)
Public methodToString (Overrides ValueTypeToString.)
Public methodTransform(SbMatrix)
Public methodTransform(SbMatrix)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
  NameDescription
Public fieldStatic memberEmptyBox
Top
Properties
  NameDescription
Public propertyEmpty
Public propertyMax
Public propertyMin
Public propertySize
Top
See Also