Click or drag to resize

CurveConveyorComputeTrapezoidExtrudedSectionPoints Method (ExtrusionProfile, Double, Double, Double, Double)

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

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
protected Vector3[][] ComputeTrapezoidExtrudedSectionPoints(
	ExtrusionProfile extrusionProfile,
	double radius,
	double startRadians,
	double endRadians,
	double maxStepRadians
)

Parameters

extrusionProfile
Type: ExtrusionProfile

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

radius
Type: SystemDouble

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

startRadians
Type: SystemDouble

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

endRadians
Type: SystemDouble

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

maxStepRadians
Type: SystemDouble

[Missing <param name="maxStepRadians"/> documentation for "M:Demo3D.Visuals.CurveConveyor.ComputeTrapezoidExtrudedSectionPoints(Demo3D.Visuals.ExtrusionProfile,System.Double,System.Double,System.Double,System.Double)"]

Return Value

Type: Vector3

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

See Also