Gets a readonly collection of the halfspaces.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
| C# |
|---|
public ReadOnlyCollection<Halfspace> HalfspaceList { get; } |
| Visual C++ |
|---|
public:
property ReadOnlyCollection<Halfspace>^ HalfspaceList {
ReadOnlyCollection<Halfspace>^ get ();
} |
| F# |
|---|
member HalfspaceList : ReadOnlyCollection<Halfspace>
|
See Also