M_Rhino_Geometry_Surface_CreateExtrusionToPoint - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a surface by extruding a curve to a point.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Surface CreateExtrusionToPoint(
Curve profile,
Point3d apexPoint
)
VB
Public Shared Function CreateExtrusionToPoint (
profile As Curve,
apexPoint As Point3d
) As Surface
- profile
- Type: Rhino.Geometry.Curve
Profile curve to extrude. - apexPoint
- Type: Rhino.Geometry.Point3d
Apex point of extrusion.
Type: Surface
A Surface on success or null on failure.
Supported in: 6.0.16224.21491, 5D58w