Utility.GetCutPlane Method

Public Shared Function GetCutPlane( _ 
ByVal vect1 As Vector3D, _ 
ByVal vect2 As Vector3D, _ 
ByVal origin As Point3D, _ 
ByVal invertSide As Boolean, _ 
ByRef plane As Plane, _ 
ByRef rotAxis As Vector3D
) As Boolean
This language is not supported or no code example is available.
public static bool GetCutPlane( 
Vector3D vect1
Vector3D vect2
Point3D origin
bool invertSide
out Plane plane
out Vector3D rotAxis 
)
This language is not supported or no code example is available.

Parameters

vect1
Vector3D

vect2
Vector3D

origin
Point3D

invertSide
bool

plane
Plane

rotAxis
Vector3D

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition