M_Rhino_Geometry_BrepEdge_GetEdgeParameter - mcneel/rhinocommon-api-docs GitHub Wiki

BrepEdge.GetEdgeParameter Method

Get corresponding edge parameter for given trim at given trim parameter.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool GetEdgeParameter(
	int trimIndex,
	double trimParameter,
	out double edgeParameter
)

VB

Public Function GetEdgeParameter ( 
	trimIndex As Integer,
	trimParameter As Double,
	<OutAttribute> ByRef edgeParameter As Double
) As Boolean

Parameters

 

trimIndex
Type: System.Int32
[Missing documentation for "M:Rhino.Geometry.BrepEdge.GetEdgeParameter(System.Int32,System.Double,System.Double@)"]
trimParameter
Type: System.Double
[Missing documentation for "M:Rhino.Geometry.BrepEdge.GetEdgeParameter(System.Int32,System.Double,System.Double@)"]
edgeParameter
Type: System.Double
[Missing documentation for "M:Rhino.Geometry.BrepEdge.GetEdgeParameter(System.Int32,System.Double,System.Double@)"]

Return Value

Type: Boolean
true on success

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepEdge Class
Rhino.Geometry Namespace

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