Class BuiltInMaterials
Built in materials.
Inheritance
System.Object
BuiltInMaterials
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: Elements
Assembly: Hypar.Elements.dll
Syntax
public static class BuiltInMaterials
Properties
Black
Black
Declaration
public static Material Black { get; }
Property Value
Type | Description |
---|---|
Material |
Concrete
Concrete.
Declaration
public static Material Concrete { get; }
Property Value
Type | Description |
---|---|
Material |
Default
The default material.
Declaration
public static Material Default { get; }
Property Value
Type | Description |
---|---|
Material |
Edges
Edges
Declaration
public static Material Edges { get; }
Property Value
Type | Description |
---|---|
Material |
EdgesHighlighted
Edges Highlighted
Declaration
public static Material EdgesHighlighted { get; }
Property Value
Type | Description |
---|---|
Material |
Glass
Glass.
Declaration
public static Material Glass { get; }
Property Value
Type | Description |
---|---|
Material |
Mass
Default material used to represent masses.
Declaration
public static Material Mass { get; }
Property Value
Type | Description |
---|---|
Material |
Points
Points
Declaration
public static Material Points { get; }
Property Value
Type | Description |
---|---|
Material |
Steel
Steel.
Declaration
public static Material Steel { get; }
Property Value
Type | Description |
---|---|
Material |
Topography
Topography
Declaration
public static Material Topography { get; }
Property Value
Type | Description |
---|---|
Material |
Trans
Fully transparent material.
Declaration
public static Material Trans { get; }
Property Value
Type | Description |
---|---|
Material |
Void
Void
Declaration
public static Material Void { get; }
Property Value
Type | Description |
---|---|
Material |
Wood
Wood.
Declaration
public static Material Wood { get; }
Property Value
Type | Description |
---|---|
Material |
XAxis
X Axis
Declaration
public static Material XAxis { get; }
Property Value
Type | Description |
---|---|
Material |
YAxis
Y Axis
Declaration
public static Material YAxis { get; }
Property Value
Type | Description |
---|---|
Material |
ZAxis
Z Axis
Declaration
public static Material ZAxis { get; }
Property Value
Type | Description |
---|---|
Material |