M_Rhino_Geometry_BrepEdge_GetEdgeParameter - mcneel/rhinocommon-api-docs GitHub Wiki
Get corresponding edge parameter for given trim at given trim parameter.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
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
- 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@)"]
Type: Boolean
true on success
Supported in: 6.0.16224.21491, 5D58w