Gets the angle between the cruved edge's ControlPoint point and the straight
line connecting the two ends of the edge.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public float CurveAngle { get; set; }
Public Property CurveAngle As Single
public: property float CurveAngle { float get (); void set (float value); }