RhinoCommon API
ExtrusionGetProfilePlane Method |
Gets the 3D plane containing the profile curve at a normalized path parameter.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public Plane GetProfilePlane( double s )
Public Function GetProfilePlane ( s As Double ) As Plane
Parameters
- s
- Type: SystemDouble
0.0 = starting profile 1.0 = ending profile.
Return Value
Type: PlaneA plane. The plane is Invalid on failure.

When no mitering is happening, GetPathPlane() and GetProfilePlane() return the same plane.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14