RhinoCommon API
ExtrusionGetProfileTransformation Method |
Gets the transformation that maps the xy profile curve to its 3d location.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
public Transform GetProfileTransformation( double s )
Public Function GetProfileTransformation ( s As Double ) As Transform
Parameters
- s
- Type: SystemDouble
0.0 = starting profile 1.0 = ending profile.
Return Value
Type: TransformA Transformation. The transform is Invalid on failure.