Click or drag to resize

PlantGeneratorCreateElementRibbon Method


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

Parameters

parent  PlantGeneratorElement
 
material  PlantMaterial
 
startTransform  Transform
 
length  Double
 
bendingDownByLength  Double
 
cross  Boolean
 
volumeNormalsDegree  Degree
 

Return Value

PlantGeneratorElement
See Also