Click or drag to resize

PlantGeneratorCreateElementCylinder Method

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.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
Type: NeoAxisPlantGeneratorElement
material
Type: NeoAxisPlantMaterial
startTransform
Type: NeoAxisTransform
length
Type: SystemDouble
thickness
Type: SystemDouble
thicknessFactor
Type: NeoAxisCurve1F
curvatureFrequency1
Type: SystemDouble
curvatureFrequency2
Type: SystemDouble
curvatureWidth
Type: SystemDouble
bendingUpByLength
Type: SystemDouble

Return Value

Type: PlantGeneratorElement
See Also