Click or drag to resize
SbBox2s Structure

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

The SbBox2s type exposes the following members.

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