Click or drag to resize

MeshBrepssolve Method

[Missing <summary> documentation for "M:Karamba.GHopper.Utilities.MeshBreps.solve(System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Double,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.String@,System.String@,System.Collections.Generic.List{Rhino.Geometry.Mesh}@)"]

Namespace:  Karamba.GHopper.Utilities
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public static void solve(
	List<Brep> inputBrep,
	List<Point3d> inclusionPoints,
	double mResolution,
	int m_mode,
	double refineEdgeResFactor,
	double cullDist,
	double tolerance,
	double smooth,
	int steps,
	out string warning,
	out string info,
	out List<Mesh> remappedMeshes
)

Parameters

inputBrep
Type: System.Collections.GenericListBrep

[Missing <param name="inputBrep"/> documentation for "M:Karamba.GHopper.Utilities.MeshBreps.solve(System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Double,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.String@,System.String@,System.Collections.Generic.List{Rhino.Geometry.Mesh}@)"]

inclusionPoints
Type: System.Collections.GenericListPoint3d

[Missing <param name="inclusionPoints"/> documentation for "M:Karamba.GHopper.Utilities.MeshBreps.solve(System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Double,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.String@,System.String@,System.Collections.Generic.List{Rhino.Geometry.Mesh}@)"]

mResolution
Type: SystemDouble

[Missing <param name="mResolution"/> documentation for "M:Karamba.GHopper.Utilities.MeshBreps.solve(System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Double,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.String@,System.String@,System.Collections.Generic.List{Rhino.Geometry.Mesh}@)"]

m_mode
Type: SystemInt32

[Missing <param name="m_mode"/> documentation for "M:Karamba.GHopper.Utilities.MeshBreps.solve(System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Double,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.String@,System.String@,System.Collections.Generic.List{Rhino.Geometry.Mesh}@)"]

refineEdgeResFactor
Type: SystemDouble

[Missing <param name="refineEdgeResFactor"/> documentation for "M:Karamba.GHopper.Utilities.MeshBreps.solve(System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Double,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.String@,System.String@,System.Collections.Generic.List{Rhino.Geometry.Mesh}@)"]

cullDist
Type: SystemDouble

[Missing <param name="cullDist"/> documentation for "M:Karamba.GHopper.Utilities.MeshBreps.solve(System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Double,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.String@,System.String@,System.Collections.Generic.List{Rhino.Geometry.Mesh}@)"]

tolerance
Type: SystemDouble

[Missing <param name="tolerance"/> documentation for "M:Karamba.GHopper.Utilities.MeshBreps.solve(System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Double,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.String@,System.String@,System.Collections.Generic.List{Rhino.Geometry.Mesh}@)"]

smooth
Type: SystemDouble

[Missing <param name="smooth"/> documentation for "M:Karamba.GHopper.Utilities.MeshBreps.solve(System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Double,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.String@,System.String@,System.Collections.Generic.List{Rhino.Geometry.Mesh}@)"]

steps
Type: SystemInt32

[Missing <param name="steps"/> documentation for "M:Karamba.GHopper.Utilities.MeshBreps.solve(System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Double,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.String@,System.String@,System.Collections.Generic.List{Rhino.Geometry.Mesh}@)"]

warning
Type: SystemString

[Missing <param name="warning"/> documentation for "M:Karamba.GHopper.Utilities.MeshBreps.solve(System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Double,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.String@,System.String@,System.Collections.Generic.List{Rhino.Geometry.Mesh}@)"]

info
Type: SystemString

[Missing <param name="info"/> documentation for "M:Karamba.GHopper.Utilities.MeshBreps.solve(System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Double,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.String@,System.String@,System.Collections.Generic.List{Rhino.Geometry.Mesh}@)"]

remappedMeshes
Type: System.Collections.GenericListMesh

[Missing <param name="remappedMeshes"/> documentation for "M:Karamba.GHopper.Utilities.MeshBreps.solve(System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Double,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.String@,System.String@,System.Collections.Generic.List{Rhino.Geometry.Mesh}@)"]

See Also