JunctionCreatorCreateSuggestions Method
|
Namespace: Bricscad.SheetMetal.Operations
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.2.3.0
Syntax
public List<List<FullSubentityPath>> CreateSuggestions(
ObjectIdCollection solids
)
Public Function CreateSuggestions (
solids As ObjectIdCollection
) As List(Of List(Of FullSubentityPath))
public:
List<List<FullSubentityPath>^>^ CreateSuggestions(
ObjectIdCollection^ solids
)
member CreateSuggestions :
solids : ObjectIdCollection -> List<List<FullSubentityPath>>
Parameters
- solids ObjectIdCollection
-
Return Value
ListListFullSubentityPath
See Also