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
)
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 controlling which profile is returned.
0 = bottom profile and 1 = top profile.
Return Value
Type:
CurveThe profile.
See Also