ExtrusionGetProfileTransformation Method |
Gets the transformation that maps the xy profile curve to its 3d location.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also