Class Plane
Plane class
The plane. Defines an infinite plane.
public class Plane : ColladaElement
Constructors
Name | Description |
---|---|
Plane() | The default constructor. |
Properties
Name | Description |
---|---|
Equation { get; set; } | Gets or sets the equation. Contains four floating-point values that represent the coefficients for the plane’s equation: AX + BY + CZ + D = 0. |
Extra { get; set; } | Gets or sets the extra. |
See Also
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD