Click or drag to resize
SbBox2f Structure

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

The SbBox2f type exposes the following members.

Constructors
  NameDescription
Public methodSbBox2f(SbVec2f, SbVec2f)
Initializes a new instance of the SbBox2f class
Public methodSbBox2f(Single, Single, Single, Single)
Initializes a new instance of the SbBox2f class
Top
Methods
  NameDescription
Public methodContains
Public methodEquals (Overrides ValueTypeEquals(Object).)
Public methodExtendBy(SbBox2f)
Public methodExtendBy(SbBox2f)
Public methodExtendBy(SbVec2f)
Public methodExtendBy(SbVec2f)
Public methodGetAspectRatio
Public methodGetBounds(SbVec2f, SbVec2f)
Public methodGetBounds(Single, Single, Single, Single)
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodGetMax Obsolete.
Public methodGetMin Obsolete.
Public methodGetOrigin
Public methodGetSize Obsolete.
Public methodGetSize(SbVec2f)
Public methodGetSize(Single, Single)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasArea
Public methodIntersect(SbBox2f)
Public methodIntersect(SbBox2f)
Public methodIntersect(SbVec2f)
Public methodIntersect(SbVec2f)
Public methodIntersection
Public methodIsEmpty Obsolete.
Public methodMakeEmpty
Public methodSetBounds(SbVec2f, SbVec2f)
Public methodSetBounds(SbVec2f, SbVec2f)
Public methodSetBounds(Single, Single, Single, Single)
Public methodToString (Overrides ValueTypeToString.)
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