RepairBuildLeftOutBodies
Method
|
Namespace: Bricscad.SheetMetal.Operations
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.2.3.0
Syntax
public bool BuildLeftOutBodies(
out double bodyVolumeRatioThreshold
)
Public Function BuildLeftOutBodies (
<OutAttribute> ByRef bodyVolumeRatioThreshold As Double
) As Boolean
public:
bool BuildLeftOutBodies(
[OutAttribute] double% bodyVolumeRatioThreshold
)
member BuildLeftOutBodies :
bodyVolumeRatioThreshold : float byref -> bool
Parameters
- bodyVolumeRatioThreshold Double
-
Return Value
Boolean
See Also