Edges.Input

Edges.Input property

Gets or sets the input. Five input elements are needed to define an edge, one for referencing the curve, two for referencing the two vertices, one for the orientation of the first vertex(the second is the opposite of the first) and one for the parametric values of the curve.

public InputLocalOffset[] Input { get; set; }

See Also