|
LoadRendererVisitMeshUniformDistLoad Method
|
[Missing <summary> documentation for "M:Karamba.GHopper.Loads.LoadRenderer.VisitMeshUniformDistLoad(Karamba.Loads.Mesh_UniformlyDistLoad,Karamba.GHopper.Elements.RenderArg)"]
Namespace:
Karamba.GHopper.Loads
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic void VisitMeshUniformDistLoad(
Mesh_UniformlyDistLoad l,
RenderArg arg
)
Public Sub VisitMeshUniformDistLoad (
l As Mesh_UniformlyDistLoad,
arg As RenderArg
)
public:
virtual void VisitMeshUniformDistLoad(
Mesh_UniformlyDistLoad^ l,
RenderArg^ arg
) sealed
abstract VisitMeshUniformDistLoad :
l : Mesh_UniformlyDistLoad *
arg : RenderArg -> unit
override VisitMeshUniformDistLoad :
l : Mesh_UniformlyDistLoad *
arg : RenderArg -> unit Parameters
- l
- Type: Karamba.LoadsMesh_UniformlyDistLoad
[Missing <param name="l"/> documentation for "M:Karamba.GHopper.Loads.LoadRenderer.VisitMeshUniformDistLoad(Karamba.Loads.Mesh_UniformlyDistLoad,Karamba.GHopper.Elements.RenderArg)"]
- arg
- Type: Karamba.GHopper.ElementsRenderArg
[Missing <param name="arg"/> documentation for "M:Karamba.GHopper.Loads.LoadRenderer.VisitMeshUniformDistLoad(Karamba.Loads.Mesh_UniformlyDistLoad,Karamba.GHopper.Elements.RenderArg)"]
Implements
IModelLoadVisitorTVisitMeshUniformDistLoad(Mesh_UniformlyDistLoad, T)
See Also