M_Rhino_Geometry_Extrusion_GetProfilePlane - mcneel/rhinocommon-api-docs GitHub Wiki

Extrusion.GetProfilePlane Method

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

Syntax

C#

public Plane GetProfilePlane(
	double s
)

VB

Public Function GetProfilePlane ( 
	s As Double
) As Plane

Parameters

 

s
Type: System.Double
0.0 = starting profile 1.0 = ending profile.

Return Value

Type: Plane
A plane. The plane is Invalid on failure.

Remarks

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Extrusion Class
Rhino.Geometry Namespace

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