Click or drag to resize

CurveConveyorCreateSideConvexHullSectionGeometry Method (ExtrusionProfile, Double, Double, Double, Double, Int32, Double, ConveyorSideProperties, Boolean)

[Missing <summary> documentation for "M:Demo3D.Visuals.CurveConveyor.CreateSideConvexHullSectionGeometry(Demo3D.Visuals.ExtrusionProfile,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double,Demo3D.Visuals.ConveyorSideProperties,System.Boolean)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
protected PhysicsConvexHullGeometry[] CreateSideConvexHullSectionGeometry(
	ExtrusionProfile extrusionProfile,
	double radius,
	double startRadians,
	double endRadians,
	double maxSegmentStepRadians,
	int sections,
	double margin,
	ConveyorSideProperties side,
	bool innerSide
)

Parameters

extrusionProfile
Type: ExtrusionProfile

[Missing <param name="extrusionProfile"/> documentation for "M:Demo3D.Visuals.CurveConveyor.CreateSideConvexHullSectionGeometry(Demo3D.Visuals.ExtrusionProfile,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double,Demo3D.Visuals.ConveyorSideProperties,System.Boolean)"]

radius
Type: SystemDouble

[Missing <param name="radius"/> documentation for "M:Demo3D.Visuals.CurveConveyor.CreateSideConvexHullSectionGeometry(Demo3D.Visuals.ExtrusionProfile,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double,Demo3D.Visuals.ConveyorSideProperties,System.Boolean)"]

startRadians
Type: SystemDouble

[Missing <param name="startRadians"/> documentation for "M:Demo3D.Visuals.CurveConveyor.CreateSideConvexHullSectionGeometry(Demo3D.Visuals.ExtrusionProfile,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double,Demo3D.Visuals.ConveyorSideProperties,System.Boolean)"]

endRadians
Type: SystemDouble

[Missing <param name="endRadians"/> documentation for "M:Demo3D.Visuals.CurveConveyor.CreateSideConvexHullSectionGeometry(Demo3D.Visuals.ExtrusionProfile,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double,Demo3D.Visuals.ConveyorSideProperties,System.Boolean)"]

maxSegmentStepRadians
Type: SystemDouble

[Missing <param name="maxSegmentStepRadians"/> documentation for "M:Demo3D.Visuals.CurveConveyor.CreateSideConvexHullSectionGeometry(Demo3D.Visuals.ExtrusionProfile,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double,Demo3D.Visuals.ConveyorSideProperties,System.Boolean)"]

sections
Type: SystemInt32

[Missing <param name="sections"/> documentation for "M:Demo3D.Visuals.CurveConveyor.CreateSideConvexHullSectionGeometry(Demo3D.Visuals.ExtrusionProfile,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double,Demo3D.Visuals.ConveyorSideProperties,System.Boolean)"]

margin
Type: SystemDouble

[Missing <param name="margin"/> documentation for "M:Demo3D.Visuals.CurveConveyor.CreateSideConvexHullSectionGeometry(Demo3D.Visuals.ExtrusionProfile,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double,Demo3D.Visuals.ConveyorSideProperties,System.Boolean)"]

side
Type: Demo3D.VisualsConveyorSideProperties

[Missing <param name="side"/> documentation for "M:Demo3D.Visuals.CurveConveyor.CreateSideConvexHullSectionGeometry(Demo3D.Visuals.ExtrusionProfile,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double,Demo3D.Visuals.ConveyorSideProperties,System.Boolean)"]

innerSide
Type: SystemBoolean

[Missing <param name="innerSide"/> documentation for "M:Demo3D.Visuals.CurveConveyor.CreateSideConvexHullSectionGeometry(Demo3D.Visuals.ExtrusionProfile,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double,Demo3D.Visuals.ConveyorSideProperties,System.Boolean)"]

Return Value

Type: PhysicsConvexHullGeometry

[Missing <returns> documentation for "M:Demo3D.Visuals.CurveConveyor.CreateSideConvexHullSectionGeometry(Demo3D.Visuals.ExtrusionProfile,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double,Demo3D.Visuals.ConveyorSideProperties,System.Boolean)"]

See Also