Click or drag to resize
SbLine Structure

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

The SbLine type exposes the following members.

Constructors
  NameDescription
Public methodSbLine
Initializes a new instance of the SbLine class
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetClosestPoint
Public methodGetClosestPoints
Public methodGetDirection Obsolete.
Public methodGetDirection(SbVec3f)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetPosition Obsolete.
Public methodGetPosition(SbVec3f)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetPosDir(SbVec3f, SbVec3f)
Public methodSetPosDir(SbVec3f, SbVec3f)
Public methodSetValue(SbVec3f, SbVec3f)
Public methodSetValue(SbVec3f, SbVec3f)
Public methodToString (Overrides ValueTypeToString.)
Top
Properties
  NameDescription
Public propertyDirection
Public propertyPosition
Top
See Also