Class SweptSurface

SweptSurface class

The swept surface. Describes a surface by extruding or revolving a curve.

public class SweptSurface : ColladaElement

Constructors

NameDescription
SweptSurface()The default constructor.

Properties

NameDescription
Curve { get; set; }Gets or sets the curve. Describes the base curve.
Extra { get; set; }Gets or sets the extra.
Items { get; set; }Gets or sets the items.
ItemsElementName { get; set; }Gets or sets the items element name.

See Also