Click or drag to resize

ExtrusionSetPathAndUp Method

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool SetPathAndUp(
	Point3d a,
	Point3d b,
	Vector3d up
)

Parameters

a
Type: Rhino.GeometryPoint3d
The start point.
b
Type: Rhino.GeometryPoint3d
The end point.
up
Type: Rhino.GeometryVector3d
The up vector.

Return Value

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