Show / Hide Table of Contents

Class PotreeSettingsAttribute

Inheritance
System.Object
PotreeSettingsAttribute
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.PointCloud.Potree.V2.Data
Assembly: Fusee.PointCloud.Potree.dll
Syntax
public class PotreeSettingsAttribute

Properties

AttributeOffset

Declaration
public int AttributeOffset { get; set; }
Property Value
Type Description
System.Int32

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

ElementSize

Declaration
public int ElementSize { get; set; }
Property Value
Type Description
System.Int32

Max

Declaration
public double3 Max { get; }
Property Value
Type Description
double3

MaxList

Declaration
public List<double> MaxList { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Double>

Min

Declaration
public double3 Min { get; }
Property Value
Type Description
double3

MinList

Declaration
public List<double> MinList { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Double>

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

NumElements

Declaration
public int NumElements { get; set; }
Property Value
Type Description
System.Int32

Size

Declaration
public int Size { get; set; }
Property Value
Type Description
System.Int32

Type

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String
Generated by DocFX
GitHub Repo
Back to top