M_Rhino_Geometry_Surface_CreateExtrusionToPoint - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.CreateExtrusionToPoint Method

Constructs a surface by extruding a curve to a point.

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

Syntax

C#

public static Surface CreateExtrusionToPoint(
	Curve profile,
	Point3d apexPoint
)

VB

Public Shared Function CreateExtrusionToPoint ( 
	profile As Curve,
	apexPoint As Point3d
) As Surface

Parameters

 

profile
Type: Rhino.Geometry.Curve
Profile curve to extrude.
apexPoint
Type: Rhino.Geometry.Point3d
Apex point of extrusion.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Surface Class
Rhino.Geometry Namespace

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