GCurve.Trim Method

Trims two intersecting curves.
Public Shared Function Trim( _ 
ByVal C1 As IGCurve, _ 
ByVal C2 As IGCurve, _ 
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( 
IGCurve C1
IGCurve C2
bool flip1
bool flip2 
)
This language is not supported or no code example is available.

Parameters

C1
IGCurve

First curve

C2
IGCurve

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.7.2

In this article

Definition