M_Rhino_Geometry_Transform_ProjectAlong - mcneel/rhinocommon-api-docs GitHub Wiki
Construct a projection onto a plane along a specific direction.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Transform ProjectAlong(
Plane plane,
Vector3d direction
)
VB
Public Shared Function ProjectAlong (
plane As Plane,
direction As Vector3d
) As Transform
- plane
- Type: Rhino.Geometry.Plane
Plane to project onto. - direction
- Type: Rhino.Geometry.Vector3d
Projection direction, must not be parallel to the plane.
Type: Transform
Projection transformation or identity transformation if projection could not be calculated.
Supported in: 6.0.16224.21491