Show / Hide Table of Contents

Struct WebGLData

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: CADability
Assembly: CADability.dll
Syntax
public struct WebGLData

Fields

| Improve this Doc View Source

color

Declaration
public int color
Field Value
Type Description
System.Int32
| Improve this Doc View Source

indices

Declaration
public int[] indices
Field Value
Type Description
System.Int32[]
| Improve this Doc View Source

normals

Declaration
public GeoVector[] normals
Field Value
Type Description
GeoVector[]
| Improve this Doc View Source

vertices

Declaration
public GeoPoint[] vertices
Field Value
Type Description
GeoPoint[]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX