Description:

Set this vector to be perpendicular to a plane defined by 3 points.

Syntax:
public bool PerpendicularTo(
Point3d point0,
Point3d point1,
Point3d point2
)
Parameters:
  • point0
  • Type: Point3d
  • The first point.
  • point1
  • Type: Point3d
  • The second point.
  • point2
  • Type: Point3d
  • The third point.
Returns:
Type: bool
Available since:
8.0

Description:

Sets this vector to be perpendicular to another vector. Result is not unitized.

Syntax:
public bool PerpendicularTo(
Vector3d other
)
Parameters:
  • other
  • Type: Vector3d
  • Vector to use as guide.
Returns:
Type: bool
True on success, False if input vector is zero or invalid.
Available since:
5.0

/
/
/
PerpendicularTo

PerpendicularTo method

Class:  Rhino.Geometry.Vector3d

Nothing found