BrepEntityGetLineContainment Method
|
Gets the number of line containment hits and
the array of contexted hit objects.
Namespace: Teigha.BoundaryRepresentation
Assembly: TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
public Hit[] GetLineContainment(
LinearEntity3d line,
int iNumHitsWanted
)
Public Function GetLineContainment (
line As LinearEntity3d,
iNumHitsWanted As Integer
) As Hit()
public:
array<Hit^>^ GetLineContainment(
LinearEntity3d^ line,
int iNumHitsWanted
)
member GetLineContainment :
line : LinearEntity3d *
iNumHitsWanted : int -> Hit[]
Parameters
- line LinearEntity3d
- [in] Line to get containment of.
- iNumHitsWanted Int32
- [in] Expected number of containment hits.
Return Value
Hit
array of contexted hit objects.
See Also