M_Rhino_Geometry_Extrusion_SetPathAndUp - mcneel/rhinocommon-api-docs GitHub Wiki
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
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
- a
- Type: Rhino.Geometry.Point3d
The start point. - b
- Type: Rhino.Geometry.Point3d
The end point. - up
- Type: Rhino.Geometry.Vector3d
The up vector.
Type: Boolean
true if the operation succeeded; otherwise false. Setting up=a-b will make the operation fail.
Supported in: 6.0.16224.21491, 5D58w