Click or drag to resize
SbCylinder Methods

The SbCylinder type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetAxis Obsolete.
Use Axis property instead.
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetRadius Obsolete.
Use Radius property instead.
Public methodGetType (Inherited from Object.)
Public methodIntersect(SbLine, SbVec3f)
Intersect line and cylinder, returning true if there is an intersection.
Public methodIntersect(SbLine, SbVec3f)
Intersect line and cylinder, returning true if there is an intersection.
Public methodIntersect(SbLine, SbVec3f, SbVec3f)
Intersect line and cylinder, returning true if there is an intersection.
Public methodIntersect(SbLine, SbVec3f, SbVec3f)
Intersect line and cylinder, returning true if there is an intersection.
Public methodSetAxis Obsolete.
Use Axis property instead.
Public methodSetRadius Obsolete.
Use Radius property instead.
Public methodSetValue
Changes the axis and radius.
Public methodToString
Converts this SbCylinder structure to a human readable string.
(Overrides ValueTypeToString.)
Top
See Also