ReadIGES.GetTrimCurve Method

Public Function GetTrimCurve( _ 
ByVal paramId As Integer, _ 
ByVal masterArray As List(Of Entity), _ 
ByVal blocks As BlockKeyedCollection, _ 
ByVal surf As Surface, _ 
ByVal simplify As Boolean
) As TrimCurve
This language is not supported or no code example is available.
public TrimCurve GetTrimCurve( 
int paramId
List<Entity> masterArray
BlockKeyedCollection blocks
Surface surf
bool simplify 
)
This language is not supported or no code example is available.

Parameters

paramId
int

masterArray
List<Entity>

blocks
BlockKeyedCollection

surf
Surface

simplify
bool

Return Value

TrimCurve

.NET Framework

Supported in: 4.8

In this article

Definition