B.104. LSystemParser

Description. Generates an L-System object from a configuration file

Plugin Status. Experimental

Categories. All Plugins, Experimental Plugins, Polyhedron Plugins

Table B.93. LSystemParser Properties

Label Description Type Script Name

Output Mesh

Output mesh

k3d::mesh*

output_mesh

Surface Material

Surface material

k3d::inode*

material

File

File path for lsystem description

k3d::filesystem::path

file

Growth

Growth value

k3d::double_t

growth

Basic angle

Basic angle

k3d::double_t

basic_angle

Thickness

Thickness

k3d::double_t

thickness

Random seed

Random seed

k3d::int32_t

random_seed

Size

Size

k3d::double_t

size

Closed form

Closed form

k3d::bool_t

closed_form

Mutations

Mutations

k3d::int32_t

mutations

Mutation seed

Mutation seed

k3d::int32_t

mutation_seed

Max stack size

Max stack size

k3d::int32_t

max_stack_size

Orientation

Orientation type (forward or backward along X, Y or Z axis)

k3d::string_t

orientation

Flip normals

Flip normals in case the faces are reversed

k3d::bool_t

flip_normals