M_Rhino_Geometry_Extrusion_SetPathAndUp - mcneel/rhinocommon-api-docs GitHub Wiki

Extrusion.SetPathAndUp Method

Allows to set the two points at the extremes and the up vector.

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

Syntax

C#

public bool SetPathAndUp(
	Point3d a,
	Point3d b,
	Vector3d up
)

VB

Public Function SetPathAndUp ( 
	a As Point3d,
	b As Point3d,
	up As Vector3d
) As Boolean

Parameters

 

a
Type: Rhino.Geometry.Point3d
The start point.
b
Type: Rhino.Geometry.Point3d
The end point.
up
Type: Rhino.Geometry.Vector3d
The up vector.

Return Value

Type: Boolean
true if the operation succeeded; otherwise false. Setting up=a-b will make the operation fail.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Extrusion Class
Rhino.Geometry Namespace

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