Click or drag to resize

MeshRendererOutlineBaseBoundingBoxStrip Method (BBox, Double)

[Missing <summary> documentation for "M:Demo3D.Visuals.MeshRendererOutlineBase.BoundingBoxStrip(Demo3D.Visuals.BBox,System.Double)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
protected abstract Vector3[] BoundingBoxStrip(
	BBox b,
	double scale
)

Parameters

b
Type: Demo3D.VisualsBBox

[Missing <param name="b"/> documentation for "M:Demo3D.Visuals.MeshRendererOutlineBase.BoundingBoxStrip(Demo3D.Visuals.BBox,System.Double)"]

scale
Type: SystemDouble

[Missing <param name="scale"/> documentation for "M:Demo3D.Visuals.MeshRendererOutlineBase.BoundingBoxStrip(Demo3D.Visuals.BBox,System.Double)"]

Return Value

Type: Vector3

[Missing <returns> documentation for "M:Demo3D.Visuals.MeshRendererOutlineBase.BoundingBoxStrip(Demo3D.Visuals.BBox,System.Double)"]

See Also