Show / Hide Table of Contents

Class MeshPrismGridOptions

Inheritance
object
MeshGridOptions
MeshPrismGridOptions
Inherited Members
MeshGridOptions.UseXZPlane
MeshGridOptions.InvertWinding
MeshGridOptions.DoubleOddFaces
MeshGridOptions.Tolerance
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class MeshPrismGridOptions : MeshGridOptions

Constructors

MeshPrismGridOptions()

Declaration
public MeshPrismGridOptions()

MeshPrismGridOptions(MeshPrismGridOptions)

Declaration
public MeshPrismGridOptions(MeshPrismGridOptions other)
Parameters
Type Name Description
MeshPrismGridOptions other

Properties

LayerHeight

Declaration
public float LayerHeight { get; set; }
Property Value
Type Description
float

LayerOffset

Declaration
public float LayerOffset { get; set; }
Property Value
Type Description
float

MaxLayer

Declaration
public int MaxLayer { get; set; }
Property Value
Type Description
int

MinLayer

Declaration
public int MinLayer { get; set; }
Property Value
Type Description
int

SmoothNormals

Declaration
public bool SmoothNormals { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX