RhinoCommon API
SurfaceCreateExtrusionToPoint Method |
Constructs a surface by extruding a curve to a point.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

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: SurfaceA Surface on success or null on failure.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8