Machining.GetBottomPlane (Point3D, Point3D, String) Method

Gets a visual representation of the Bottom machining plane.
Public Function GetBottomPlane( _ 
ByVal min As Point3D, _ 
ByVal max As Point3D, _ 
Optional ByVal name As String = "Bottom: " _ 
) As Entity
This language is not supported or no code example is available.
public Entity GetBottomPlane( 
Point3D min
Point3D max
string name = "Bottom: " 
)
This language is not supported or no code example is available.

Parameters

min
Point3D

max
Point3D

name
string

The plane name

Return Value

Entity

A MachiningPlane object.

.NET Framework

Supported in: 4.8

In this article

Definition