Click or drag to resize

PlantGeneratorCreateElementCylinder Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PlantGeneratorElement CreateElementCylinder(
	PlantGeneratorElement parent,
	PlantMaterial material,
	Transform startTransform,
	double length,
	double thickness,
	Curve1F thicknessFactor,
	double curvatureFrequency1,
	double curvatureFrequency2,
	double curvatureWidth,
	double bendingUpByLength
)

Parameters

parent  PlantGeneratorElement
 
material  PlantMaterial
 
startTransform  Transform
 
length  Double
 
thickness  Double
 
thicknessFactor  Curve1F
 
curvatureFrequency1  Double
 
curvatureFrequency2  Double
 
curvatureWidth  Double
 
bendingUpByLength  Double
 

Return Value

PlantGeneratorElement
See Also