Click or drag to resize

SolidCubeAdd Method

[Missing <summary> documentation for "M:Altaxo.Drawing.D3D.SolidCube.Add(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Action{Altaxo.Geometry.PointD3D,Altaxo.Geometry.VectorD3D},System.Action{System.Int32,System.Int32,System.Int32},System.Int32@)"]


Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void Add(
	double _x,
	double _y,
	double _z,
	double _dx,
	double _dy,
	double _dz,
	Action<PointD3D, VectorD3D> AddPositionAndNormal,
	Action<int, int, int> AddIndices,
	ref int offset
)

Parameters

_x  Double

[Missing <param name="_x"/> documentation for "M:Altaxo.Drawing.D3D.SolidCube.Add(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Action{Altaxo.Geometry.PointD3D,Altaxo.Geometry.VectorD3D},System.Action{System.Int32,System.Int32,System.Int32},System.Int32@)"]

_y  Double

[Missing <param name="_y"/> documentation for "M:Altaxo.Drawing.D3D.SolidCube.Add(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Action{Altaxo.Geometry.PointD3D,Altaxo.Geometry.VectorD3D},System.Action{System.Int32,System.Int32,System.Int32},System.Int32@)"]

_z  Double

[Missing <param name="_z"/> documentation for "M:Altaxo.Drawing.D3D.SolidCube.Add(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Action{Altaxo.Geometry.PointD3D,Altaxo.Geometry.VectorD3D},System.Action{System.Int32,System.Int32,System.Int32},System.Int32@)"]

_dx  Double

[Missing <param name="_dx"/> documentation for "M:Altaxo.Drawing.D3D.SolidCube.Add(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Action{Altaxo.Geometry.PointD3D,Altaxo.Geometry.VectorD3D},System.Action{System.Int32,System.Int32,System.Int32},System.Int32@)"]

_dy  Double

[Missing <param name="_dy"/> documentation for "M:Altaxo.Drawing.D3D.SolidCube.Add(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Action{Altaxo.Geometry.PointD3D,Altaxo.Geometry.VectorD3D},System.Action{System.Int32,System.Int32,System.Int32},System.Int32@)"]

_dz  Double

[Missing <param name="_dz"/> documentation for "M:Altaxo.Drawing.D3D.SolidCube.Add(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Action{Altaxo.Geometry.PointD3D,Altaxo.Geometry.VectorD3D},System.Action{System.Int32,System.Int32,System.Int32},System.Int32@)"]

AddPositionAndNormal  ActionPointD3D, VectorD3D

[Missing <param name="AddPositionAndNormal"/> documentation for "M:Altaxo.Drawing.D3D.SolidCube.Add(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Action{Altaxo.Geometry.PointD3D,Altaxo.Geometry.VectorD3D},System.Action{System.Int32,System.Int32,System.Int32},System.Int32@)"]

AddIndices  ActionInt32, Int32, Int32

[Missing <param name="AddIndices"/> documentation for "M:Altaxo.Drawing.D3D.SolidCube.Add(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Action{Altaxo.Geometry.PointD3D,Altaxo.Geometry.VectorD3D},System.Action{System.Int32,System.Int32,System.Int32},System.Int32@)"]

offset  Int32

[Missing <param name="offset"/> documentation for "M:Altaxo.Drawing.D3D.SolidCube.Add(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Action{Altaxo.Geometry.PointD3D,Altaxo.Geometry.VectorD3D},System.Action{System.Int32,System.Int32,System.Int32},System.Int32@)"]

See Also