コード例 #1
0
 /// <summary>
 /// Draws the lines in a control polygons.
 /// <para>This is an helper function.</para>
 /// </summary>
 /// <param name="line">Line between two grips.</param>
 /// <param name="startStatus">Grip status at start of line.</param>
 /// <param name="endStatus">Grip status at end of line.</param>
 /// <since>5.0</since>
 public void DrawControlPolygonLine(Rhino.Geometry.Line line, GripStatus startStatus, GripStatus endStatus)
 {
     DrawControlPolygonLine(line, startStatus.m_index, endStatus.m_index);
 }
コード例 #2
0
 /// <summary>
 /// Draws the lines in a control polygons.
 /// <para>This is an helper function.</para>
 /// </summary>
 /// <param name="line">Line between two grips.</param>
 /// <param name="startStatus">Grip status at start of line.</param>
 /// <param name="endStatus">Grip status at end of line.</param>
 public void DrawControlPolygonLine( Rhino.Geometry.Line line, GripStatus startStatus, GripStatus endStatus )
 {
   DrawControlPolygonLine(line, startStatus.m_index, endStatus.m_index);
 }