M_Rhino_Geometry_Extrusion_Profile3d_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Extrusion.Profile3d Method (Int32, Double)

Gets a transversal isocurve of the extruded profile.

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

Syntax

C#

public Curve Profile3d(
	int profileIndex,
	double s
)

VB

Public Function Profile3d ( 
	profileIndex As Integer,
	s As Double
) As Curve

Parameters

 

profileIndex
Type: System.Int32
0 <= profileIndex < ProfileCount The outer profile has index 0.
s
Type: System.Double
0.0 <= s <= 1.0 A relative parameter controling which profile is returned. 0 = bottom profile and 1 = top profile.

Return Value

Type: Curve
The profile.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Extrusion Class
Profile3d Overload
Rhino.Geometry Namespace

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