Compute the line at the given angle parameter. This line will be degenerate if the cylinder is infite.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Line LineAt(
double angularParameter
)
Public Function LineAt (
angularParameter As Double
) As Line
Parameters
- angularParameter
- Type: SystemDouble
Angle parameter for line section.
Return Value
Type:
Line[Missing <returns> documentation for "M:Rhino.Geometry.Cylinder.LineAt(System.Double)"]
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also