[]
Represents a point in 3D space.
public class Point3D : FormattingBag
Public Class Point3D
Inherits FormattingBag
Name | Description |
---|---|
X | Gets or sets the X-Coordinate in 3D space. Default value is 0. |
Y | Gets or sets the Y-Coordinate in 3D space. Default value is 0. |
Z | Gets or sets the Z-Coordinate in 3D space. Default value is 0. |
Name | Description |
---|---|
FixInheritedValues() | Fixes all inherited values as "direct" values for this instance. |
Reset() | Resets the point to inherited defaults. |