menu
RhinoCommon API
search
search
V8
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
Description:
Allows to set the two points at the extremes and the up vector.
Syntax:
public
bool
SetPathAndUp(
Point3d
a
,
Point3d
b
,
Vector3d
up
)
Parameters:
a
Type:
Point3d
The start point.
b
Type:
Point3d
The end point.
up
Type:
Vector3d
The up vector.
Returns:
Type:
bool
True if the operation succeeded; otherwise false. Setting up=a-b will make the operation fail.
Available since:
5.0
home
/
Rhino.Geometry
/
Extrusion
/
SetPathAndUp
SetPathAndUp method
Class:
Rhino.Geometry.Extrusion
Nothing found