Surface.CreateExtrusionToPoint Method

SurfaceCreateExtrusionToPoint Method

Constructs a surface by extruding a curve to a point.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Surface CreateExtrusionToPoint(
	Curve profile,
	Point3d apexPoint
)
Public Shared Function CreateExtrusionToPoint ( 
	profile As Curve,
	apexPoint As Point3d
) As Surface

Parameters

profile
Type: Rhino.GeometryCurve
Profile curve to extrude.
apexPoint
Type: Rhino.GeometryPoint3d
Apex point of extrusion.

Return Value

Type: Surface
A Surface on success or null on failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also