Click or drag to resize

StraightConveyorAddStopGeom Method

[Missing <summary> documentation for "M:Demo3D.Visuals.StraightConveyor.AddStopGeom(Demo3D.Visuals.PhysicsCompoundGeometry,Demo3D.Visuals.ConveyorSideProperties,System.Double)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntax
C#
protected PhysicsGeometry AddStopGeom(
	PhysicsCompoundGeometry compound,
	ConveyorSideProperties stopProps,
	double x
)

Parameters

compound
Type: Demo3D.VisualsPhysicsCompoundGeometry

[Missing <param name="compound"/> documentation for "M:Demo3D.Visuals.StraightConveyor.AddStopGeom(Demo3D.Visuals.PhysicsCompoundGeometry,Demo3D.Visuals.ConveyorSideProperties,System.Double)"]

stopProps
Type: Demo3D.VisualsConveyorSideProperties

[Missing <param name="stopProps"/> documentation for "M:Demo3D.Visuals.StraightConveyor.AddStopGeom(Demo3D.Visuals.PhysicsCompoundGeometry,Demo3D.Visuals.ConveyorSideProperties,System.Double)"]

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:Demo3D.Visuals.StraightConveyor.AddStopGeom(Demo3D.Visuals.PhysicsCompoundGeometry,Demo3D.Visuals.ConveyorSideProperties,System.Double)"]

Return Value

Type: PhysicsGeometry

[Missing <returns> documentation for "M:Demo3D.Visuals.StraightConveyor.AddStopGeom(Demo3D.Visuals.PhysicsCompoundGeometry,Demo3D.Visuals.ConveyorSideProperties,System.Double)"]

See Also