M_Rhino_Geometry_Extrusion_Profile3d_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Gets a transversal isocurve of the extruded profile.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Curve Profile3d(
int profileIndex,
double s
)
VB
Public Function Profile3d (
profileIndex As Integer,
s As Double
) As Curve
- 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.
Type: Curve
The profile.
Supported in: 6.0.16224.21491, 5D58w