LinearPath.TrimBy Method

Public Function TrimBy( _ 
ByVal pt As Point3D, _ 
ByVal flipSide As Boolean
) As Boolean Implements _ 
ICurve.TrimBy
This language is not supported or no code example is available.
public bool TrimBy( 
Point3D pt
bool flipSide 
)
This language is not supported or no code example is available.

Parameters

pt
Point3D

flipSide
bool

Return Value

bool

Implements

ICurve.TrimBy

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition