Click or drag to resize

ExtrusionGetProfileTransformation Method

Gets the transformation that maps the XY profile curve to its 3d location.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Transform GetProfileTransformation(
	double s
)

Parameters

s
Type: SystemDouble
0.0 = starting profile 1.0 = ending profile.

Return Value

Type: Transform
A Transformation. The transform is Invalid on failure.
See Also