Click or drag to resize

PFoamVolumeSphCyl Method

[Missing <summary> documentation for "M:PolyFramework.PFoam.VolumeSphCyl(System.Double,System.Double,System.Collections.Generic.IList{Rhino.Geometry.Mesh}@,System.Collections.Generic.Dictionary{System.Int32,System.Double}@,System.Collections.Generic.IList{System.Int32},System.Boolean)"]

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public double VolumeSphCyl(
	double minRadius,
	double maxRadius,
	out IList<Mesh> geometry,
	out Dictionary<int, double> edgeRadiusesOut,
	IList<int> excludedEdges,
	bool createGeo = false
)

Parameters

minRadius
Type: SystemDouble

[Missing <param name="minRadius"/> documentation for "M:PolyFramework.PFoam.VolumeSphCyl(System.Double,System.Double,System.Collections.Generic.IList{Rhino.Geometry.Mesh}@,System.Collections.Generic.Dictionary{System.Int32,System.Double}@,System.Collections.Generic.IList{System.Int32},System.Boolean)"]

maxRadius
Type: SystemDouble

[Missing <param name="maxRadius"/> documentation for "M:PolyFramework.PFoam.VolumeSphCyl(System.Double,System.Double,System.Collections.Generic.IList{Rhino.Geometry.Mesh}@,System.Collections.Generic.Dictionary{System.Int32,System.Double}@,System.Collections.Generic.IList{System.Int32},System.Boolean)"]

geometry
Type: System.Collections.GenericIListMesh

[Missing <param name="geometry"/> documentation for "M:PolyFramework.PFoam.VolumeSphCyl(System.Double,System.Double,System.Collections.Generic.IList{Rhino.Geometry.Mesh}@,System.Collections.Generic.Dictionary{System.Int32,System.Double}@,System.Collections.Generic.IList{System.Int32},System.Boolean)"]

edgeRadiusesOut
Type: System.Collections.GenericDictionaryInt32, Double

[Missing <param name="edgeRadiusesOut"/> documentation for "M:PolyFramework.PFoam.VolumeSphCyl(System.Double,System.Double,System.Collections.Generic.IList{Rhino.Geometry.Mesh}@,System.Collections.Generic.Dictionary{System.Int32,System.Double}@,System.Collections.Generic.IList{System.Int32},System.Boolean)"]

excludedEdges
Type: System.Collections.GenericIListInt32

[Missing <param name="excludedEdges"/> documentation for "M:PolyFramework.PFoam.VolumeSphCyl(System.Double,System.Double,System.Collections.Generic.IList{Rhino.Geometry.Mesh}@,System.Collections.Generic.Dictionary{System.Int32,System.Double}@,System.Collections.Generic.IList{System.Int32},System.Boolean)"]

createGeo (Optional)
Type: SystemBoolean

[Missing <param name="createGeo"/> documentation for "M:PolyFramework.PFoam.VolumeSphCyl(System.Double,System.Double,System.Collections.Generic.IList{Rhino.Geometry.Mesh}@,System.Collections.Generic.Dictionary{System.Int32,System.Double}@,System.Collections.Generic.IList{System.Int32},System.Boolean)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:PolyFramework.PFoam.VolumeSphCyl(System.Double,System.Double,System.Collections.Generic.IList{Rhino.Geometry.Mesh}@,System.Collections.Generic.Dictionary{System.Int32,System.Double}@,System.Collections.Generic.IList{System.Int32},System.Boolean)"]

See Also