FlangeEdgeCreateSuggestions Method
|
Namespace: Bricscad.SheetMetal.Operations
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.2.3.0
Syntax
public List<List<FullSubentityPath>> CreateSuggestions(
FullSubentityPath endEdgeFsp,
double shortEdgeThicknessFactor
)
Public Function CreateSuggestions (
endEdgeFsp As FullSubentityPath,
shortEdgeThicknessFactor As Double
) As List(Of List(Of FullSubentityPath))
public:
List<List<FullSubentityPath>^>^ CreateSuggestions(
FullSubentityPath endEdgeFsp,
double shortEdgeThicknessFactor
)
member CreateSuggestions :
endEdgeFsp : FullSubentityPath *
shortEdgeThicknessFactor : float -> List<List<FullSubentityPath>>
Parameters
- endEdgeFsp FullSubentityPath
-
- shortEdgeThicknessFactor Double
-
Return Value
ListListFullSubentityPath
See Also