M_Rhino_Geometry_Extrusion_GetProfileTransformation - mcneel/rhinocommon-api-docs GitHub Wiki

Extrusion.GetProfileTransformation Method

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Transform GetProfileTransformation(
	double s
)

VB

Public Function GetProfileTransformation ( 
	s As Double
) As Transform

Parameters

 

s
Type: System.Double
0.0 = starting profile 1.0 = ending profile.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Extrusion Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️