Click or drag to resize

ExtrusionProfile3d Method (Int32, Double)

Gets a transversal isocurve of the extruded profile.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Curve Profile3d(
	int profileIndex,
	double s
)

Parameters

profileIndex
Type: SystemInt32
0 <= profileIndex < ProfileCount The outer profile has index 0.
s
Type: SystemDouble
0.0 <= s <= 1.0 A relative parameter controlling which profile is returned. 0 = bottom profile and 1 = top profile.

Return Value

Type: Curve
The profile.
See Also