M_Rhino_Geometry_Extrusion_GetProfilePlane - mcneel/rhinocommon-api-docs GitHub Wiki
Gets the 3D plane containing the profile curve at a normalized path parameter.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Plane GetProfilePlane(
double s
)
VB
Public Function GetProfilePlane (
s As Double
) As Plane
- s
- Type: System.Double
0.0 = starting profile 1.0 = ending profile.
Type: Plane
A plane. The plane is Invalid on failure.
When no mitering is happening, GetPathPlane() and GetProfilePlane() return the same plane.
Supported in: 6.0.16224.21491, 5D58w