Curve.Trim Method

Trims two intersecting curves.
Public Shared Function Trim( _ 
ByVal C1 As ICurve, _ 
ByVal C2 As ICurve, _ 
ByVal flip1 As Boolean, _ 
ByVal flip2 As Boolean
) As Boolean
This language is not supported or no code example is available.
public static bool Trim( 
ICurve C1
ICurve C2
bool flip1
bool flip2 
)
This language is not supported or no code example is available.

Parameters

C1
ICurve

First curve

C2
ICurve

Second curve

flip1
bool

Flips first curve direction

flip2
bool

Flips second curve direction

Return Value

bool

True if the operation succeeded, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition