Click or drag to resize
Ab4d.SharpEngine logo

CurveLineNode Properties

The CurveLineNode type exposes the following members.

Properties
 NameDescription
Public propertyControlPoints Control points of the curve. When positions in the array are changed, call the UpdatePositions method to update the mesh.
Public propertyCurveScale CurveScale is used for CurveThroughPoints and defines the curvature of the curve. Default value is 0.25.
Public propertyCurveType Type of the curve. Default value is CurveTypes.Undefined (linear line segments).
Public propertyPositionsPerSegment Number of generated positions per each curve segment. The higher the value, the smoother the curve. Default value is 30.
Public propertyWeights Weights corresponding to control points. Used only with NURBS curve type. When weights in the array are changed, call the UpdatePositions method to update the mesh.
Top
See Also