LinearPath(Plane, Point2D, Point2D) Constructor

2D rectangle on the origin constructor.
Public Sub New( _ 
ByVal plane As Plane, _ 
ByVal min As Point2D, _ 
ByVal max As Point2D
)
This language is not supported or no code example is available.
public LinearPath( 
Plane plane
Point2D min
Point2D max 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

Sketch plane

min
Point2D

Rectangle's 2D min corner

max
Point2D

Rectangle's 2D max corner

.NET Framework

Supported in: 4.8

In this article

Definition