Click or drag to resize

PFoamPipeGeoDual Method

Create a the pipe system for the Edges of the Pfoam Also output the colors for the edges/pipes This is mostly for Grasshopper use.

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public IList<Tuple<Brep, Color>> PipeGeoDual(
	double minRadius,
	double maxRadius,
	IList<int> appliedId
)

Parameters

minRadius
Type: SystemDouble

[Missing <param name="minRadius"/> documentation for "M:PolyFramework.PFoam.PipeGeoDual(System.Double,System.Double,System.Collections.Generic.IList{System.Int32})"]

maxRadius
Type: SystemDouble

[Missing <param name="maxRadius"/> documentation for "M:PolyFramework.PFoam.PipeGeoDual(System.Double,System.Double,System.Collections.Generic.IList{System.Int32})"]

appliedId
Type: System.Collections.GenericIListInt32

[Missing <param name="appliedId"/> documentation for "M:PolyFramework.PFoam.PipeGeoDual(System.Double,System.Double,System.Collections.Generic.IList{System.Int32})"]

Return Value

Type: IListTupleBrep, Color

[Missing <returns> documentation for "M:PolyFramework.PFoam.PipeGeoDual(System.Double,System.Double,System.Collections.Generic.IList{System.Int32})"]

See Also