Blender V4.3
blender::geometry::ConvertCurvesOptions Struct Reference

#include <GEO_set_curve_type.hh>

Public Attributes

bool convert_bezier_handles_to_poly_points = false
 
bool convert_bezier_handles_to_catmull_rom_points = false
 
bool keep_bezier_shape_as_nurbs = true
 
bool keep_catmull_rom_shape_as_nurbs = true
 

Detailed Description

Definition at line 14 of file GEO_set_curve_type.hh.

Member Data Documentation

◆ convert_bezier_handles_to_catmull_rom_points

bool blender::geometry::ConvertCurvesOptions::convert_bezier_handles_to_catmull_rom_points = false

Definition at line 16 of file GEO_set_curve_type.hh.

◆ convert_bezier_handles_to_poly_points

bool blender::geometry::ConvertCurvesOptions::convert_bezier_handles_to_poly_points = false

Definition at line 15 of file GEO_set_curve_type.hh.

◆ keep_bezier_shape_as_nurbs

bool blender::geometry::ConvertCurvesOptions::keep_bezier_shape_as_nurbs = true

Make the NURB curve behave like a bezier curve and also keep the handle positions as control points.

Definition at line 21 of file GEO_set_curve_type.hh.

◆ keep_catmull_rom_shape_as_nurbs

bool blender::geometry::ConvertCurvesOptions::keep_catmull_rom_shape_as_nurbs = true

Keep the exact shape of the catmull rom curve by inserting extra handle control points in the nurbs curve.

Definition at line 26 of file GEO_set_curve_type.hh.


The documentation for this struct was generated from the following file: