Extrusion.Profile3d Method (Int32, Double)

ExtrusionProfile3d Method (Int32, Double)

Gets a transversal isocurve of the extruded profile.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Curve Profile3d(
	int profileIndex,
	double s
)
Public Function Profile3d ( 
	profileIndex As Integer,
	s As Double
) As Curve

Parameters

profileIndex
Type: SystemInt32
0 <= profileIndex < ProfileCount The outer profile has index 0.
s
Type: SystemDouble
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

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also