M_Rhino_Geometry_Cylinder_LineAt - mcneel/rhinocommon-api-docs GitHub Wiki

Cylinder.LineAt Method

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) Version: Rhino 6.0

Syntax

C#

public Line LineAt(
	double angularParameter
)

VB

Public Function LineAt ( 
	angularParameter As Double
) As Line

Parameters

 

angularParameter
Type: System.Double
Angle parameter for line section.

Return Value

Type: Line
[Missing documentation for "M:Rhino.Geometry.Cylinder.LineAt(System.Double)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Cylinder Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️