Builds a pipe representation of the PolyFrame
It bakes it to the document together with a line representation for all elements.
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic void PipeDual(
double minRadius,
double maxRadius
)
Public Sub PipeDual (
minRadius As Double,
maxRadius As Double
)
public:
void PipeDual(
double minRadius,
double maxRadius
)
member PipeDual :
minRadius : float *
maxRadius : float -> unit
Parameters
- minRadius
- Type: SystemDouble
[Missing <param name="minRadius"/> documentation for "M:PolyFramework.PFoam.PipeDual(System.Double,System.Double)"]
- maxRadius
- Type: SystemDouble
[Missing <param name="maxRadius"/> documentation for "M:PolyFramework.PFoam.PipeDual(System.Double,System.Double)"]
See Also