Click or drag to resize

PlantGeneratorCreateElementRibbon Method

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public PlantGeneratorElement CreateElementRibbon(
	PlantGeneratorElement parent,
	PlantMaterial material,
	Transform startTransform,
	double length,
	double bendingDownByLength,
	bool cross,
	Degree volumeNormalsDegree
)

Parameters

parent
Type: NeoAxisPlantGeneratorElement
material
Type: NeoAxisPlantMaterial
startTransform
Type: NeoAxisTransform
length
Type: SystemDouble
bendingDownByLength
Type: SystemDouble
cross
Type: SystemBoolean
volumeNormalsDegree
Type: NeoAxisDegree

Return Value

Type: PlantGeneratorElement
See Also