Click or drag to resize

Cylinder Structure

Represents a double precision cylinder shape.
Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxisCylinder

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public struct Cylinder

The Cylinder type exposes the following members.

Constructors
 NameDescription
Public methodCylinder(Cylinder)Initializes a new instance of the Cylinder class
Public methodCylinder(Vector3, Vector3, Double)Initializes a new instance of the Cylinder class
Top
Methods
 NameDescription
Public methodEquals(Object)
(Overrides ValueTypeEquals(Object))
Public methodEquals(Cylinder, Double) 
Public methodGetCenter 
Public methodGetCenter(Vector3) 
Public methodGetDirection 
Public methodGetDirection(Vector3) 
Public methodGetHashCode
(Overrides ValueTypeGetHashCode)
Public methodGetLength 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToBounds 
Public methodToBounds(Bounds) 
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Operators
Fields
 NameDescription
Public fieldPoint1 
Public fieldPoint2 
Public fieldRadius 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also