Skip to content

M_Rhino_Geometry_Transform_ProjectAlong

Will Pearson edited this page Aug 12, 2016 · 1 revision

Transform.ProjectAlong Method

Construct a projection onto a plane along a specific direction.

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

Syntax

C#

public static Transform ProjectAlong(
	Plane plane,
	Vector3d direction
)

VB

Public Shared Function ProjectAlong ( 
	plane As Plane,
	direction As Vector3d
) As Transform

Parameters

 

plane
Type: Rhino.Geometry.Plane
Plane to project onto.
direction
Type: Rhino.Geometry.Vector3d
Projection direction, must not be parallel to the plane.

Return Value

Type: Transform
Projection transformation or identity transformation if projection could not be calculated.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Transform Structure
Rhino.Geometry Namespace

Clone this wiki locally