Click or drag to resize

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

[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: 19.00.00
Syntax
C#
protected Vector3[][] ComputeTrapezoidExtrudedSectionPoints(
	ExtrusionProfile extrusionProfile,
	double radius,
	double startRadians,
	double endRadians,
	double maxStepRadians
)

Parameters

extrusionProfile  ExtrusionProfile

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

radius  Double

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

startRadians  Double

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

endRadians  Double

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

maxStepRadians  Double

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

Return Value

Vector3

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

See Also