Click or drag to resize

CurveConveyorCreateSideConvexHullSectionGeometry Method (IListVector2, Double, Double, Double, Double)

[Missing <summary> documentation for "M:Demo3D.Visuals.CurveConveyor.CreateSideConvexHullSectionGeometry(System.Collections.Generic.IList{Microsoft.DirectX.Vector2},System.Double,System.Double,System.Double,System.Double)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntax
C#
protected PhysicsConvexHullGeometry CreateSideConvexHullSectionGeometry(
	IList<Vector2> profilePoints,
	double startRadians,
	double endRadians,
	double maxStepRadians,
	double margin
)

Parameters

profilePoints
Type: System.Collections.GenericIListVector2

[Missing <param name="profilePoints"/> documentation for "M:Demo3D.Visuals.CurveConveyor.CreateSideConvexHullSectionGeometry(System.Collections.Generic.IList{Microsoft.DirectX.Vector2},System.Double,System.Double,System.Double,System.Double)"]

startRadians
Type: SystemDouble

[Missing <param name="startRadians"/> documentation for "M:Demo3D.Visuals.CurveConveyor.CreateSideConvexHullSectionGeometry(System.Collections.Generic.IList{Microsoft.DirectX.Vector2},System.Double,System.Double,System.Double,System.Double)"]

endRadians
Type: SystemDouble

[Missing <param name="endRadians"/> documentation for "M:Demo3D.Visuals.CurveConveyor.CreateSideConvexHullSectionGeometry(System.Collections.Generic.IList{Microsoft.DirectX.Vector2},System.Double,System.Double,System.Double,System.Double)"]

maxStepRadians
Type: SystemDouble

[Missing <param name="maxStepRadians"/> documentation for "M:Demo3D.Visuals.CurveConveyor.CreateSideConvexHullSectionGeometry(System.Collections.Generic.IList{Microsoft.DirectX.Vector2},System.Double,System.Double,System.Double,System.Double)"]

margin
Type: SystemDouble

[Missing <param name="margin"/> documentation for "M:Demo3D.Visuals.CurveConveyor.CreateSideConvexHullSectionGeometry(System.Collections.Generic.IList{Microsoft.DirectX.Vector2},System.Double,System.Double,System.Double,System.Double)"]

Return Value

Type: PhysicsConvexHullGeometry

[Missing <returns> documentation for "M:Demo3D.Visuals.CurveConveyor.CreateSideConvexHullSectionGeometry(System.Collections.Generic.IList{Microsoft.DirectX.Vector2},System.Double,System.Double,System.Double,System.Double)"]

See Also